Author: crossley
Date: Sun Oct 1 00:03:22 2006
New Revision: 451722
URL: http://svn.apache.org/viewvc?view=rev&rev=451722
Log:
Tag the "site" SVN too.
Modified:
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
Modified:
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?view=diff&rev=451722&r1=451721&r2=451722
==============================================================================
---
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
(original)
+++
forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
Sun Oct 1 00:03:22 2006
@@ -559,16 +559,25 @@
integrate fixes and doc-changes back into trunk.
wdyt?</fixme>
</li>
<li>
- <p>Tag SVN by doing <code>'svn copy -m "Create tag
forrest_xy from release
- branch" \
https://svn.apache.org/repos/asf/forrest/branches/forrest_xy_branch \
-
https://svn.apache.org/repos/asf/forrest/tags/forrest_xy'</code>
- where 'xy' is a compact (without the dots) form of the
version number (e.g. 04,
+ <p>Tag SVN by doing:</p>
+<source>svn copy -m "Create tag forrest_xy from release branch" \
+ https://svn.apache.org/repos/asf/forrest/branches/forrest_xy_branch \
+ https://svn.apache.org/repos/asf/forrest/tags/forrest_xy</source>
+ <p>where 'xy' is a compact (without the dots) form of the
version number (e.g. 04,
041, 05).</p>
<p> See <a
href="http://svn.apache.org/repos/asf/forrest/tags/">http://svn.apache.org/repos/asf/forrest/tags/</a>
for examples of past tags, e.g. forrest_07
</p>
<fixme author="fso">If we change procedure to create an
rc-branch this will become a merge changes
from trunk then rename rc-branch to final release
branch. right?</fixme>
+ </li>
+ <li>
+ <p>Tag the "site" SVN by doing:</p>
+<source>svn copy -m "Create tag forrest_xy release" \
+ https://svn.apache.org/repos/asf/forrest/site \
+ https://svn.apache.org/repos/asf/forrest/tags/forrest_xy</source>
+ <p>where 'xy' is a compact (without the dots) form of the
version number (e.g. 04,
+ 041, 05).</p>
</li>
<li>
<p>Announce the end of the code-freeze by sendung the
email-template <a