Author: hibou
Date: Thu Jul 9 15:06:17 2009
New Revision: 792572
URL: http://svn.apache.org/viewvc?rev=792572&view=rev
Log:
In the release process don't forget to fix the revision of the svn:external
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=792572&r1=792571&r2=792572&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/dev/release.html (original)
+++ ant/ivy/ivyde/trunk/doc/dev/release.html Thu Jul 9 15:06:17 2009
@@ -98,6 +98,13 @@
-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 modifiaction.
+
<h1>Prepare the updatesite</h1>
The instructions to build the updatesite are there: