Author: hibou
Date: Thu Apr 5 09:53:46 2012
New Revision: 1309731
URL: http://svn.apache.org/viewvc?rev=1309731&view=rev
Log:
Actually svn move does work
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=1309731&r1=1309730&r2=1309731&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/dev/release.html (original)
+++ ant/ivy/ivyde/trunk/doc/dev/release.html Thu Apr 5 09:53:46 2012
@@ -136,8 +136,7 @@ The binaries have to be pushed with thei
Then just do:
<code>
-$ svn copy https://dist.apache.org/repos/dist/dev/ant/ivyde/$VERSION
https://dist.apache.org/repos/dist/release/ant/ivyde/$VERSION
-$ svn rm https://dist.apache.org/repos/dist/dev/ant/ivyde/$VERSION
+$ svn mv https://dist.apache.org/repos/dist/dev/ant/ivyde/$VERSION
https://dist.apache.org/repos/dist/release/ant/ivyde/$VERSION
</code>
In order to keep the main dist area of a reasonable size, old releases should
be removed. They will disapear from the main dist but will still be available
via the <a href="http://archive.apache.org/dist/ant/ivyde/">archive</a>. To do
so, just use the <tt>svn rm</tt> command against the artifacts or folders to
remove.