|
From: <sv...@va...> - 2005-11-26 16:27:46
|
Author: sewardj Date: 2005-11-26 16:27:42 +0000 (Sat, 26 Nov 2005) New Revision: 5238 Log: Record tagging/branching magic incantations. Modified: trunk/docs/internals/release-HOWTO.txt Modified: trunk/docs/internals/release-HOWTO.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/internals/release-HOWTO.txt 2005-11-26 16:23:36 UTC (rev 5= 237) +++ trunk/docs/internals/release-HOWTO.txt 2005-11-26 16:27:42 UTC (rev 5= 238) @@ -128,8 +128,24 @@ external for VALGRIND_X_Y_Z to VEX_X_Y_Z. =20 If it's a X.Y.0 release, make "VALGRIND_X_Y_BRANCH" and "VEX_X_Y_BRANC= H" - branches too. - =20 + 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:=20 - Put the tarball up. - Update the docs -- both the tarball'd docs, and the online-readable = docs. |