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 2010/01/13 22:52:18 UTC

svn commit: r898951 - /ant/ivy/core/trunk/doc/dev/updatesite.html

Author: hibou
Date: Wed Jan 13 21:52:18 2010
New Revision: 898951

URL: http://svn.apache.org/viewvc?rev=898951&view=rev
Log:
IVYDE-185:
 - update the release process to keep old stable artifacts in the update site

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

Modified: ant/ivy/core/trunk/doc/dev/updatesite.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/dev/updatesite.html?rev=898951&r1=898950&r2=898951&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/dev/updatesite.html (original)
+++ ant/ivy/core/trunk/doc/dev/updatesite.html Wed Jan 13 21:52:18 2010
@@ -37,6 +37,8 @@
 
 The update site svn location is there: https://svn.apache.org/repos/asf/ant/ivy/updatesite/trunk . You will update it so it will contain the new artifacts.
 
+Before installing the new version, you probably want to remove some deprecated version. For instance is the new release is a RC2, then the RC1 should be removed. But do keep old final release; some users might not want use to the exact same version of Ivy they use in Ant, which might not be the latest one. To do so just <tt>svn rm</tt> the jars, checksums and signatures of the features and plugins to remove.
+
 <ul><li>For an <u>Ivy</u> release:
 As you have a build jar for Ivy, just do:
 <code>ant install-ivy -Divy.jar=...../path/to/ivy.jar</code>
@@ -47,8 +49,6 @@
 </li>
 </ul>
 
-Those previous tasks should have deleted some files, but not using the svn command: you should see some ! in your svn status log. Then do some <tt>svn rm</tt> on those files.
-
 <h2>Prepare the update site</h2>
 
 The update site is optimized: the metadata of the features are aggregated into the digest.zip, and the jar of the plugins are compressed with a better algorithm.