You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2012/04/06 10:53:47 UTC

svn commit: r1310243 - /ant/ivy/core/trunk/doc/dev/makerelease.html

Author: hibou
Date: Fri Apr  6 08:53:47 2012
New Revision: 1310243

URL: http://svn.apache.org/viewvc?rev=1310243&view=rev
Log:
A svn mv actually works

Modified:
    ant/ivy/core/trunk/doc/dev/makerelease.html

Modified: ant/ivy/core/trunk/doc/dev/makerelease.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/dev/makerelease.html?rev=1310243&r1=1310242&r2=1310243&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/dev/makerelease.html (original)
+++ ant/ivy/core/trunk/doc/dev/makerelease.html Fri Apr  6 08:53:47 2012
@@ -161,8 +161,7 @@ If the release is approved, it's now tim
 
 If the release candidate has been staged into the dev area, then just do:
 <code>
-$ svn copy https://dist.apache.org/repos/dist/dev/ant/ivy/$VERSION https://dist.apache.org/repos/dist/release/ant/ivy/$VERSION
-$ svn rm https://dist.apache.org/repos/dist/dev/ant/ivy/$VERSION
+$ svn mv https://dist.apache.org/repos/dist/dev/ant/ivy/$VERSION https://dist.apache.org/repos/dist/release/ant/ivy/$VERSION
 </code>
 
 If the candidate has been published on people.apache.org, just directly commit the artifacts into the subversion repository https://dist.apache.org/repos/dist/release/ant/