From: Julian Seward Date: Tue, 11 Dec 2007 00:49:33 +0000 (+0000) Subject: Update notes on repo-mangling. X-Git-Tag: svn/VALGRIND_3_4_0~1132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39e71928010768056492792ba7cef357d1cf2819;p=thirdparty%2Fvalgrind.git Update notes on repo-mangling. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7295 --- diff --git a/docs/internals/release-HOWTO.txt b/docs/internals/release-HOWTO.txt index 096d6dc390..dece1538e2 100644 --- a/docs/internals/release-HOWTO.txt +++ b/docs/internals/release-HOWTO.txt @@ -134,20 +134,20 @@ For the official release: branches too. Useful examples: cd valgrind - svn copy trunk tags/VALGRIND_3_1_0 - svn copy trunk branches/VALGRIND_3_1_BRANCH + svn copy trunk tags/VALGRIND_3_3_0 + svn copy trunk branches/VALGRIND_3_3_BRANCH cd vex - svn copy trunk tags/VEX_3_1_0 - svn copy trunk branches/VEX_3_1_BRANCH + svn copy trunk tags/VEX_3_3_0 + svn copy trunk branches/VEX_3_3_BRANCH cd valgrind - cd VALGRIND_3_1_0 + cd tags/VALGRIND_3_3_0 svn propset svn:externals \ - "VEX svn://svn.valgrind.org/vex/tags/VEX_3_1_0" . - cd VALGRIND_3_1_BRANCH + "VEX svn://svn.valgrind.org/vex/tags/VEX_3_3_0" . + cd branches/VALGRIND_3_3_BRANCH svn propset svn:externals \ - "VEX svn://svn.valgrind.org/vex/branches/VEX_3_1_BRANCH" . + "VEX svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH" . - Update website: - Put the tarball up.