Author: hibou
Date: Wed Mar 28 19:19:14 2012
New Revision: 1306548
URL: http://svn.apache.org/viewvc?rev=1306548&view=rev
Log:
fix the svn externals earlier, in the branch rather than in the tag
Modified:
ant/ivy/ivyde/trunk/doc/dev/release.html
Modified: ant/ivy/ivyde/trunk/doc/dev/release.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/dev/release.html?rev=1306548&r1=1306547&r2=1306548&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/dev/release.html (original)
+++ ant/ivy/ivyde/trunk/doc/dev/release.html Wed Mar 28 19:19:14 2012
@@ -64,6 +64,12 @@ The header should look like this
<title>${title} | Apache IvyDE $VERSION Documentation</title>
</code>
+You'll need to fix the revision of the svn:external in doc. Edit the
svn:external property on the folder doc and set it to the latest revision. It
should look like:
+<pre>
+xooki -r1306546 https://svn.apache.org/repos/asf/ant/site/xooki/
+style -r1306546 https://svn.apache.org/repos/asf/ant/site/ivyde/sources/style/
+</pre>
+
<h2>Commit your changes</h2>
Don't forget to commit the changes you've done into the release branch.
@@ -85,13 +91,6 @@ Then it is time to tag the release as so
-m "Tag IvyDE release $VERSION"
</code>
-And don't forget to set the svn:external on doc/xooki to a fixed revision.
Edit the svn:external property on the folder doc/xooki in the tag and set it to
the revision of the commit of the tag. It should look like:
-<pre>
-xooki -r790212 https://svn.apache.org/repos/asf/ant/ivy/site/xooki/
-</pre>
-
-And commit that modification.
-
<h1>Prepare the updatesite</h1>
The instructions to build the updatesite are there: