From: Julian Seward Date: Sat, 26 Nov 2005 16:27:42 +0000 (+0000) Subject: Record tagging/branching magic incantations. X-Git-Tag: svn/VALGRIND_3_2_0~577 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce5a09b8a7042aa32158717be7e672430e70708;p=thirdparty%2Fvalgrind.git Record tagging/branching magic incantations. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5238 --- diff --git a/docs/internals/release-HOWTO.txt b/docs/internals/release-HOWTO.txt index 47ff5a18b6..fb62bb1556 100644 --- a/docs/internals/release-HOWTO.txt +++ b/docs/internals/release-HOWTO.txt @@ -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.