On Oct 10, 2005, at 6:50 PM, Curt Arnold wrote:
On Oct 10, 2005, at 6:24 PM, Mark Womack wrote:
Is there anything special we need to do for projects like Gump now
that we have switched repositories from CVS to SVN? Anyone know
the answer?
-Mark
The Gump descriptors will need to be changed (likely the repository
element). I'll take a stab, but might be tomorrow.
Committed changes to the Gump descriptors for LS on revision 312773
and crossing my fingers that don't take down almost all of the Gump
build.
$ svn diff http://svn.apache.org/repos/asf/gump/metadata -r
312772:312773
Index: repository/logging.xml
===================================================================
--- repository/logging.xml (revision 312772)
+++ repository/logging.xml (revision 312773)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- Copyright 2004 The Apache Software Foundation
+ Copyright 2004-2005 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -15,17 +15,10 @@
limitations under the License.
-->
-<repository name="logging" type="cvs">
+<repository name="logging" type="svn">
<title>Logging</title>
<home-page>http://logging.apache.org/</home-page>
- <cvsweb>http://cvs.apache.org/viewcvs/</cvsweb>
+ <cvsweb>http://cvs.apache.org/viewcvs.cgi/logging/?root=Apache-SVN/
</cvsweb>
+ <url>http://svn.apache.org/repos/asf/logging</url>
<redistributable/>
-
- <root>
- <method>pserver</method>
- <user>anoncvs</user>
- <password>anoncvs</password>
- <hostname>cvs.apache.org</hostname>
- <path>/home/cvspublic</path>
- </root>
</repository>
Index: project/logging-log4j-12.xml
===================================================================
--- project/logging-log4j-12.xml (revision 312772)
+++ project/logging-log4j-12.xml (revision 312773)
@@ -21,7 +21,7 @@
Fast and flexible logging package for Java
</description>
- <cvs repository="logging" module="logging-log4j"/>
+ <svn repository="logging" module="log4j/branches/v1_2-branch"/>
<project name="logging-log4j-12">
<package>org.apache.log4j</package>
Index: project/logging-log4cxx.xml
===================================================================
--- project/logging-log4cxx.xml (revision 312772)
+++ project/logging-log4cxx.xml (revision 312773)
@@ -22,7 +22,7 @@
Apache log4cxx
</description>
- <cvs repository="logging"/>
+ <svn repository="logging" dir="log4cxx/trunk"/>
<!--
Index: project/logging-chainsaw.xml
===================================================================
--- project/logging-chainsaw.xml (revision 312772)
+++ project/logging-chainsaw.xml (revision 312773)
@@ -21,7 +21,7 @@
Chainsaw log viewer
</description>
- <cvs repository="logging"/>
+ <svn repository="logging" dir="chainsaw/trunk"/>
<project name="logging-log4j-chainsaw">
<package>org.apache.log4j.chainsaw</package>
Index: project/logging-log4j.xml
===================================================================
--- project/logging-log4j.xml (revision 312772)
+++ project/logging-log4j.xml (revision 312773)
@@ -21,7 +21,7 @@
Reliable, fast and flexible logging package for Java
</description>
- <cvs repository="logging"/>
+ <svn repository="logging" dir="log4j/trunk"/>
<project name="jakarta-log4j">
<depend project="logging-log4j" inherit="jars"/>