You are here:
CBM Wiki
>
Homepages Web
>
HomepageFlorianUhlig
>
SvnFlorianUhlig
(30 Jun 2017,
FlorianUhlig
)
E
dit
A
ttach
HowTo create a stable revision in SVN
On the repository server create the new relase branch as a copy the trunk branch.
svn copy
https://subversion.gsi.de/cbmsoft/cbmroot/trunk
https://subversion.gsi.de/cbmsoft/cbmroot/release/FEB16
-m"Release branch Feb16"
Checkout the new release version of CBMROOT.
svn co
https://subversion.gsi.de/cbmsoft/cbmroot/release/FEB16
cbmroot_feb16
Enter directory
cd cbmroot_feb16
Change the properties of the external packages to the same revision
svn propedit svn:externals .
In the editor you have to add the revision to all line that means
KF/KFParticle
https://subversion.gsi.de/fairroot/cbmroot/development/mzyzak/KFParticle/KFParticle
has to be changed to
KF/KFParticle -r 28936
https://subversion.gsi.de/fairroot/cbmroot/development/mzyzak/KFParticle/KFParticle
There are also externals defined in the following directories
externals
test
Commit the changes to the server.
svn commit -m'Fix versions of external svn repositories.'
HowTo merge changes from the trunk in the release branch
If not existing, checkout a version of the release branch.
svn co
https://subversion.gsi.de/cbmsoft/cbmroot/release/FEB16
cbmroot_feb16
Enter directory
cd cbmroot_feb16
Merge the needed commits from the trunk branch.
svn merge -c 9551
https://subversion.gsi.de/cbmsoft/cbmroot/trunk
Redo the previous step for all needed commits.
Commit the changes back to the server
svn commit -m"Backport revisions 9551 and 9552. Closes #3456."
--
FlorianUhlig
- 01 Mar 2016
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew wiki text
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r4 - 30 Jun 2017,
FlorianUhlig
Homepages
Login
Create
personal sidebar
Homepages Web
Web Home
|
Search
Topics List
|
Index
Changes
|
Notifications
CBM Wiki Webs
Homepages
Main
MiniCBM
Public
Sandbox
System
edit WebLeftBar
Български
_jméno_jazyka
Dansk
Deutsch
English
Español
Suomi
Français
Italiano
日本語
한글
Nederlands
Norsk
Polski
Português
Português brasileiro
Русский
Svenska
简体中文
正體中文
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding CBM Wiki?
Send feedback
Imprint (in German)
Privacy Policy (in German)