You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/07/12 09:36:08 UTC

svn commit: r215938 - /gump/site/gettingstarted.html

Author: bodewig
Date: Tue Jul 12 00:36:08 2005
New Revision: 215938

URL: http://svn.apache.org/viewcvs?rev=215938&view=rev
Log:
Update docs

Modified:
    gump/site/gettingstarted.html

Modified: gump/site/gettingstarted.html
URL: http://svn.apache.org/viewcvs/gump/site/gettingstarted.html?rev=215938&r1=215937&r2=215938&view=diff
==============================================================================
--- gump/site/gettingstarted.html (original)
+++ gump/site/gettingstarted.html Tue Jul 12 00:36:08 2005
@@ -308,15 +308,11 @@
 		Export $GUMP_HOME to (fully qualified) point to that directory.</p>
 <a name="N1006E"></a><a name="Getting+the+metadata"></a>
 <h3 class="boxed">Getting the metadata</h3>
-<p>The shared Gump metadata resides in CVS <a class="external" href="http://cvs.apache.org/viewcvs.cgi/gump/">here</a>.</p>
+<p>If you have checked out the code then you already have the metadata in gump/metadata.</p>
+<p>The shared Gump metadata resides in SVN <a class="external" href="http://cv.apache.org/viewcvs.cgi/gump/metadata/?root=Apache-SVN">here</a>.</p>
 <pre class="code">
-      cd gump
-      export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
-      cvs login
-      cvs co -d metadata gump
+      svn checkout https://svn.apache.org/repos/asf/gump/trunk/metadata metadata
       </pre>
-<p>If prompted for the password, enter <strong>anoncvs</strong>.</p>
-<p>This checks out the metadata into a sub-directory called metadata, under gump.</p>
 </div>