[Ade4-commits] r457 - / tools
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Apr 1 13:01:36 CEST 2009
Author: sdray
Date: 2009-04-01 13:01:35 +0200 (Wed, 01 Apr 2009)
New Revision: 457
Added:
tools/
tools/HowToReleaseAnewVersion.txt
Log:
add the HowTo for a new release of ade4
Added: tools/HowToReleaseAnewVersion.txt
===================================================================
--- tools/HowToReleaseAnewVersion.txt (rev 0)
+++ tools/HowToReleaseAnewVersion.txt 2009-04-01 11:01:35 UTC (rev 457)
@@ -0,0 +1,25 @@
+########## 1) I suppose that your svn repository is in /home/stephane/cvs/
+########## if it is not the case, specify the good path
+DIRSVN=/home/stephane/cvs
+
+########## 2) Change the version number and the date in the $DIRSVN/ade4/pkg/DESCRIPTION file of the package
+
+########## 3) commit the changes with the appropriate messages (replace x by correct version numbers)
+########## respect the number of "-" because it is used to create the page at http://pbil.univ-lyon1.fr/ADE-4/changelog.php?lang=
+svn commit -m "---------- release of ade4 x.x-x ----------" $DIRSVN/ade4/pkg/DESCRIPTION
+
+########## 4) Create the new ChangeLog by
+cd $DIRSVN/ade4/pkg/
+svn2cl -r HEAD:437 -f ChangeLog-new
+cat ChangeLog-new ../trunk/ChangeLog-old > ChangeLog
+rm ChangeLog-new
+########## svn2cl is available in subversion-tools package
+########## Archives for the ChangeLog have been obtained by
+########## cd $DIRSVN/ade4/trunk/
+########## svn2cl -r HEAD:350 -f ChangeLog-old
+########## otherwise old data are loose due to transfer from cvs to svn
+########## ChangeLog-Log corresponds to revisions 350:437.
+
+########## 5) commit the changes in ChangeLog with the appropriate messages (replace x by correct version numbers)
+svn commit -m "---------- release of ade4 x.x-x ----------" $DIRSVN/ade4/pkg/ChangeLog
+
More information about the Ade4-commits
mailing list