You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2005/06/23 23:51:18 UTC

svn commit: r201507 - /xmlgraphics/site/src/documentation/content/xdocs/repo.xml

Author: jeremias
Date: Thu Jun 23 14:51:17 2005
New Revision: 201507

URL: http://svn.apache.org/viewcvs?rev=201507&view=rev
Log:
Point to new SVN repository.

Modified:
    xmlgraphics/site/src/documentation/content/xdocs/repo.xml

Modified: xmlgraphics/site/src/documentation/content/xdocs/repo.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/repo.xml?rev=201507&r1=201506&r2=201507&view=diff
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/repo.xml (original)
+++ xmlgraphics/site/src/documentation/content/xdocs/repo.xml Thu Jun 23 14:51:17 2005
@@ -23,16 +23,17 @@
 
     <section id="web-access">
       <title>Web Access to the Repositories</title>
+      <p>The Apache XML Graphics project uses Subversion (SVN) as version control tool.</p>
       <p>You can browse the repositories belonging to the XML Graphics project via the web:</p>
       <ul>
         <li>
-          XML Graphics Site: <a class="fork" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/site/">http://svn.apache.org/viewcvs.cgi/xmlgraphics/site/</a> (SVN repository)
+          Apache Batik: <a class="fork" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/batik/">http://svn.apache.org/viewcvs.cgi/xmlgraphics/batik/</a> (SVN repository)
         </li>
         <li>
-          Batik: <a class="fork" href="http://cvs.apache.org/viewcvs.cgi/xml-batik/">http://cvs.apache.org/viewcvs.cgi/xml-batik/</a> (CVS repository)
+          Apache FOP: <a class="fork" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/">http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/</a> (SVN repository)
         </li>
         <li>
-          FOP: <a class="fork" href="http://cvs.apache.org/viewcvs.cgi/xml-fop/">http://cvs.apache.org/viewcvs.cgi/xml-fop/</a> (CVS repository)
+          XML Graphics Site: <a class="fork" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/site/">http://svn.apache.org/viewcvs.cgi/xmlgraphics/site/</a> (SVN repository)
         </li>
       </ul>
     </section>
@@ -41,50 +42,29 @@
       <title>Access the Source Tree</title>
       <p>
         So, you've decided that you need access to the source tree to see the latest and
-        greatest code. There's two different forms of CVS access. The first is anonymous
+        greatest code. There's two different forms of SVN access. The first is anonymous
         and anybody can use it. The second is not and you must have a login to the
         development server. If you don't know what this means, join the mailing list and find
         out.
       </p>
       <section>
-        <title>Anonymous (read-only) CVS access</title>
-        <p>
-          Anyone can checkout source code from our anonymous CVS server. To do so,
-          simply use the following commands (if you are using a GUI CVS client, configure it
-          appropriately):
-        </p>
-        <source>cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic
-login
-password: anoncvs
-
-cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic
-checkout [module-name]</source>
-        <p>
-          CVS modules available for access are:
-        </p>
-        <ul>
-          <li>xml-batik</li>
-          <li>xml-fop</li>
-        </ul>
-        <p>
-          You can find additional information for setting up CVS access on the 
-          <a href="http://www.apache.org/dev/version-control.html">Version Control FAQ</a>.
-        </p>
-      </section>
-      <section>
         <title>Anonymous (read-only) SVN access</title>
         <p>
-          Projects at the ASF are slowly migrating to Subversion (SVN). We already hold 
-          the XML Graphics site in SVN, the other subprojects will follow soon.
+          Anyone can checkout source code from our anonymous SVN server. To do so,
+          simply use the following commands (if you are using a GUI SVN client, configure it
+          appropriately):
         </p>
-        <p>
-          Anyone can checkout source code from our SVN server. To do so, simply use the 
-          following commands:</p>
-        <source>svn checkout http://svn.apache.org/repos/asf/xmlgraphics/site xmlgraphics-site</source>
+        <p>For Apache Batik:</p>
+        <source>svn co http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk</source>
+        <p>For Apache FOP:</p>
+        <source>svn co http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</source>
+        <p>For Apache XML Graphics website:</p>
+        <source>svn co http://svn.apache.org/repos/asf/xmlgraphics/site</source>
         <p>
           You can find additional information for setting up SVN access on the 
           <a href="http://www.apache.org/dev/version-control.html">Version Control FAQ</a>.
         </p>
+        <note>Committers need to replace "http" with "https" for write access!</note>
       </section>
     </section>
   </body> 



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org