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 2013/11/22 18:55:43 UTC

svn commit: r1544618 - in /ant/ivy/ivyde/trunk/doc/dev: release.html updatesite.html

Author: hibou
Date: Fri Nov 22 17:55:42 2013
New Revision: 1544618

URL: http://svn.apache.org/r1544618
Log:
fix some msitakes in the doc

Modified:
    ant/ivy/ivyde/trunk/doc/dev/release.html
    ant/ivy/ivyde/trunk/doc/dev/updatesite.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=1544618&r1=1544617&r2=1544618&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/dev/release.html (original)
+++ ant/ivy/ivyde/trunk/doc/dev/release.html Fri Nov 22 17:55:42 2013
@@ -137,7 +137,7 @@ Note: this <a href="http://ant.apache.or
 
 <h2>Publish the artifacts</h2>
 
-The binaries have to be pushed with their signatures and checksums in the apache dist. It is manageg by svnpusub so it needs to be committed into the subversion https://dist.apache.org/repos/dist/release/ant/
+The binaries have to be pushed with their signatures and checksums in the apache dist. It is managed by svnpusub so it needs to be committed into the subversion https://dist.apache.org/repos/dist/release/ant/
 
 Then just do:
 <code>

Modified: ant/ivy/ivyde/trunk/doc/dev/updatesite.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/dev/updatesite.html?rev=1544618&r1=1544617&r2=1544618&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/dev/updatesite.html (original)
+++ ant/ivy/ivyde/trunk/doc/dev/updatesite.html Fri Nov 22 17:55:42 2013
@@ -78,13 +78,13 @@ To remove the data:
 <pre>svn rm https://dist.apache.org/repos/dist/release/ant/ivyde/updatesite/ivyde-$OLD_VERSION -m 'Remove old version'
 </pre>
 
-Then the version listed in the updatesite are maintained in 
+Then the version listed in the updatesite are maintained in <tt>https://svn.apache.org/repos/asf/ant/ivy/updatesite/trunk/versions.xml</tt>
 
 Then you have to decide if the version you removed should be still listed in the Eclipse updatesite or not.
 
 <ul>To remove a version from the listed one, edit the file <tt>versions.xml</tt>
 <li>If the version should no appear anymore, just delete the line about the deleted version.</li>
-<li>If the version should still be listed, prepend the reference to the old version by <tt>http://archive.apache.org/dist/ant/ivy/updatesite/ </tt></li>
+<li>If the version should still be listed, prepend the reference to the old version by <tt>http://archive.apache.org/dist/ant/ivy/updatesite/</tt></li>
 </ul>
 
 NB: adding or removing lines in <tt>versions.xml</tt> infer that you should edit the <tt>size</tt> attribute in the <tt>versions.xml</tt>, it should correspond to the number of "child".
@@ -92,8 +92,7 @@ NB: adding or removing lines in <tt>vers
 <h2>Publish the p2 repository data</h2>
 
 It is just about moving data (svn rm is not allowed, the two steps are required): 
-<pre>svn cp https://dist.apache.org/repos/dist/dev/ant/eclipse-updatesite/ivyde-$VERSION https://dist.apache.org/repos/dist/release/ant/ivyde/updatesite/ivyde-$VERSION -m 'publishing the p2 repo of the release of IvyDE $VERSION'
-svn rm https://dist.apache.org/repos/dist/dev/ant/eclipse-updatesite/ivyde-$VERSION -m 'Remove accepted release'
+<pre>svn mv https://dist.apache.org/repos/dist/dev/ant/ivyde/updatesite/ivyde-$VERSION https://dist.apache.org/repos/dist/release/ant/ivyde/updatesite/ -m 'publishing the p2 repo of the release of IvyDE $VERSION'
 </pre>
 
 <h2>Regenerate the main repo</h2>