]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Record tagging/branching magic incantations.
authorJulian Seward <jseward@acm.org>
Sat, 26 Nov 2005 16:27:42 +0000 (16:27 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 26 Nov 2005 16:27:42 +0000 (16:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5238

docs/internals/release-HOWTO.txt

index 47ff5a18b682cf79e6f66a5462797002e36b95a6..fb62bb1556e7989693a8ff096910a702d7e625a1 100644 (file)
@@ -128,8 +128,24 @@ For the official release:
   external for VALGRIND_X_Y_Z to VEX_X_Y_Z.
 
   If it's a X.Y.0 release, make "VALGRIND_X_Y_BRANCH" and "VEX_X_Y_BRANCH"
-  branches too.
-  
+  branches too.  Useful examples:
+
+    cd valgrind
+    svn copy trunk tags/VALGRIND_3_1_0
+    svn copy trunk branches/VALGRIND_3_1_BRANCH
+
+    cd vex
+    svn copy trunk tags/VEX_3_1_0
+    svn copy trunk branches/VEX_3_1_BRANCH
+
+    cd valgrind
+    cd VALGRIND_3_1_0
+    svn propset svn:externals \
+       "VEX svn://svn.valgrind.org/vex/tags/VEX_3_1_0" .
+    cd VALGRIND_3_1_BRANCH
+    svn propset svn:externals \
+       "VEX svn://svn.valgrind.org/vex/branches/VEX_3_1_BRANCH" .
+
 - Update website: 
   - Put the tarball up.
   - Update the docs -- both the tarball'd docs, and the online-readable docs.