You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/10/09 23:27:04 UTC

svn commit: rev 54181 - forrest/trunk/etc

Author: brondsem
Date: Sat Oct  9 14:27:03 2004
New Revision: 54181

Modified:
   forrest/trunk/etc/RELEASE_PROCESS.txt
Log:
finish for SVN

Modified: forrest/trunk/etc/RELEASE_PROCESS.txt
==============================================================================
--- forrest/trunk/etc/RELEASE_PROCESS.txt	(original)
+++ forrest/trunk/etc/RELEASE_PROCESS.txt	Sat Oct  9 14:27:03 2004
@@ -81,18 +81,15 @@
    - Use it to build some difficult sites.
    - Ensure that the compressed archives will unpack correctly.
 
-FIXME: update for SVN.
-
- - If everything looks okay, tag CVS with 'cvs tag FORREST_xy', where 'xy' is a
-   compact form of the version (eg 04, 041, 05).  Run 'cvs log build.xml' to
-   see existing tags.
-
- - For 0.x releases, create a maintenance branch in CVS with 'cvs tag -b
-   FORREST_xy_BRANCH'.
-
-  Note: if you realise you tagged too soon, tags can be updated with 
-  'cvs tag -F <tag>'.  See 'cvs --help tag' for more info.
+ - If everything looks okay, tag SVN with 'svn copy
+   https://svn.apache.org/repos/asf/forrest/trunk
+   https://svn.apache.org/repos/asf/forrest/tags/forrest_xy', where 'xy' is a
+   compact form of the version (eg 04, 041, 05).  See 
+   http://svn.apache.org/repos/asf/forrest/tags/ for a list of existing tags.
 
+ - Create a maintenance branch in SVN with 'svn copy
+   https://svn.apache.org/repos/asf/forrest/tags/forrest_xy
+   https://svn.apache.org/repos/asf/forrest/branches/forrest_xy_branch'.
 
 Upload and announcement
 -----------------------