You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2007/12/02 05:39:30 UTC

svn commit: r600235 - in /ant/ivy: core/trunk/doc/config.js core/trunk/doc/dev.html ivyde/trunk/doc/download.html site/config.js site/download.html site/write-doc.html

Author: xavier
Date: Sat Dec  1 20:39:29 2007
New Revision: 600235

URL: http://svn.apache.org/viewvc?rev=600235&view=rev
Log:
relocate svn as a subproject of ant

Modified:
    ant/ivy/core/trunk/doc/config.js
    ant/ivy/core/trunk/doc/dev.html
    ant/ivy/ivyde/trunk/doc/download.html
    ant/ivy/site/config.js
    ant/ivy/site/download.html
    ant/ivy/site/write-doc.html

Modified: ant/ivy/core/trunk/doc/config.js
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/config.js?rev=600235&r1=600234&r2=600235&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/config.js (original)
+++ ant/ivy/core/trunk/doc/config.js Sat Dec  1 20:39:29 2007
@@ -1,7 +1,7 @@
 xooki.util.mix({debug:true, 
 	jira: {ids: ['IVY'], url: 'http://issues.apache.org/jira'}, 
 	shortcuts: {
-		svn: {pre: 'https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/'},
+		svn: {pre: 'https://svn.apache.org/repos/asf/ant/ivy/core/trunk/'},
 		ant: {pre: xooki.c.relativeRoot+'use/', post:'.html'}
 	}
 }, xooki.c, false);

Modified: ant/ivy/core/trunk/doc/dev.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/dev.html?rev=600235&r1=600234&r2=600235&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/dev.html (original)
+++ ant/ivy/core/trunk/doc/dev.html Sat Dec  1 20:39:29 2007
@@ -44,7 +44,7 @@
 <h3>Get the source</h3>
 You can either get the sources from a [[download release]], or get them directly from svn. For instance, to get the trunk version:
 <code>
-svn co https://svn.apache.org/repos/asf/incubator/ivy/core/trunk ivy
+svn co https://svn.apache.org/repos/asf/ant/ivy/core/trunk ivy
 </code>
 <h3>Build</h3>
 Go to the directory where you get the Ivy sources (you should see a file named build.xml) and run:
@@ -103,13 +103,13 @@
 <h3>2. Create a release branch</h3>
 This will allow to work separately from other developers, in case you need any last modification.
 <code>
-svn copy https://svn.apache.org/repos/asf/incubator/ivy/core/trunk \
-           https://svn.apache.org/repos/asf/incubator/ivy/core/branches/2.0.0-alpha1 \
+svn copy https://svn.apache.org/repos/asf/ant/ivy/core/trunk \
+           https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-alpha1 \
       -m "Creating a release branch for 2.0.0-alpha1."
 </code>
 <h3>3. Check out the branch</h3>
 <code>
-svn co https://svn.apache.org/repos/asf/incubator/ivy/core/branches/2.0.0-alpha1 ivy-2.0.0-alpha1
+svn co https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-alpha1 ivy-2.0.0-alpha1
 </code>
 <h3>4. Double check the files which need to be updated for the release.</h3>
 Check again that files have proper revision information.
@@ -186,8 +186,8 @@
 <h3>12. Tag the svn repository</h3>
 Now that the release is approved, it is time to tag the svn repo
 <code>
-svn copy https://svn.apache.org/repos/asf/incubator/ivy/core/branches/2.0.0-alpha1 \
-           https://svn.apache.org/repos/asf/incubator/ivy/core/tags/2.0.0-alpha1 \
+svn copy https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-alpha1 \
+           https://svn.apache.org/repos/asf/ant/ivy/core/tags/2.0.0-alpha1 \
       -m "Tag release 2.0.0-alpha1."
 </code>
 <h3>13. Upload to public repository</h3>
@@ -201,7 +201,7 @@
 <li>add a svn externals reference to the documentation</li>
 edit the svn properties of site/history, and in the svn:externals property, add a line like this one:
 <code>
-2.0.0-alpha2 https://svn.apache.org/repos/asf/incubator/ivy/core/branches/2.0.0-alpha2/doc
+2.0.0-alpha2 https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-alpha2/doc
 </code>
 <li>edit the toc.json file in the site component of Ivy</li>
 and add something like that:

Modified: ant/ivy/ivyde/trunk/doc/download.html
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/download.html?rev=600235&r1=600234&r2=600235&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/download.html (original)
+++ ant/ivy/ivyde/trunk/doc/download.html Sat Dec  1 20:39:29 2007
@@ -10,7 +10,7 @@
 
 What you can get here at the ASF is the latest sources from the Subversion repository:
 <code>
-svn co https://svn.apache.org/repos/asf/incubator/ivy/ivyde/trunk ivyde
+svn co https://svn.apache.org/repos/asf/ant/ivy/ivyde/trunk ivyde
 </code>
 
 <h1>IvyDE 1.2.0 - 2006-11-17</h1>

Modified: ant/ivy/site/config.js
URL: http://svn.apache.org/viewvc/ant/ivy/site/config.js?rev=600235&r1=600234&r2=600235&view=diff
==============================================================================
--- ant/ivy/site/config.js (original)
+++ ant/ivy/site/config.js Sat Dec  1 20:39:29 2007
@@ -1,7 +1,7 @@
 xooki.util.mix({debug:true, 
 	jira: {ids: ['IVY'], url: 'http://issues.apache.org/jira'}, 
 	shortcuts: {
-		svn: {pre: 'https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/'},
+		svn: {pre: 'https://svn.apache.org/repos/asf/ant/ivy/core/trunk/'},
 		ant: {pre: xooki.c.relativeRoot+'history/trunk/use/', post:'.html'},
 		doc: {pre: xooki.c.relativeRoot+'history/trunk/', post:'.html'}
 	}

Modified: ant/ivy/site/download.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/download.html?rev=600235&r1=600234&r2=600235&view=diff
==============================================================================
--- ant/ivy/site/download.html (original)
+++ ant/ivy/site/download.html Sat Dec  1 20:39:29 2007
@@ -43,7 +43,7 @@
 <h2>Building from source</h2>
 What you can get here at the ASF is the latest sources from the Subversion repository:
 <code>
-svn co https://svn.apache.org/repos/asf/incubator/ivy/core/trunk ivy
+svn co https://svn.apache.org/repos/asf/ant/ivy/core/trunk ivy
 </code>
 Then to build Ivy from source, assuming you have ant 1.6.2+ and a jdk 1.4+ installed, then you only need to run the following command:
 <code>

Modified: ant/ivy/site/write-doc.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/write-doc.html?rev=600235&r1=600234&r2=600235&view=diff
==============================================================================
--- ant/ivy/site/write-doc.html (original)
+++ ant/ivy/site/write-doc.html Sat Dec  1 20:39:29 2007
@@ -31,12 +31,12 @@
 
 To browse the doc offline, we recommend to check it out from svn:
 <code>
-svn co https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/doc ivy-doc
+svn co https://svn.apache.org/repos/asf/ant/ivy/core/trunk/doc ivy-doc
 </code>
 
 Alternatively you can also check out the whole site:
 <code>
-svn co https://svn.apache.org/repos/asf/incubator/ivy/site ivy-site
+svn co https://svn.apache.org/repos/asf/ant/ivy/site ivy-site
 </code>