You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by aj...@apache.org on 2004/09/28 19:31:33 UTC

cvs commit: gump/repository gump.xml

ajack       2004/09/28 10:31:33

  Modified:    repository gump.xml
  Log:
  The Gump repository (as far as getting source code is concerned) is now SVN not CVS.
  
  Revision  Changes    Path
  1.2       +3 -10     gump/repository/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/repository/gump.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- gump.xml	29 Feb 2004 19:03:39 -0000	1.1
  +++ gump.xml	28 Sep 2004 17:31:33 -0000	1.2
  @@ -15,17 +15,10 @@
     limitations under the License.
   -->
   
  -<repository name="gump" type="cvs">
  +<repository name="gump" type="svn">
     <title>Gump</title>
     <home-page>http://gump.apache.org/</home-page>
  -  <cvsweb>http://cvs.apache.org/viewcvs/</cvsweb>
  +  <web>http://cvs.apache.org/viewcvs.cgi/gump/?root=Apache-SVN</web>
  +  <url>http://svn.apache.org/repos/asf/gump/trunk/</url>
     <redistributable/>
  -
  -  <root>
  -    <method>pserver</method>
  -    <user>anoncvs</user>
  -    <password>anoncvs</password>
  -    <hostname>cvs.apache.org</hostname>
  -    <path>/home/cvspublic</path>
  -  </root>
   </repository>