You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by jh...@apache.org on 2009/04/15 08:06:13 UTC

svn commit: r765058 - in /gump/metadata: project/hudson.xml repository/javanet.hudson.xml repository/javanet.svn.xml

Author: jhm
Date: Wed Apr 15 06:06:12 2009
New Revision: 765058

URL: http://svn.apache.org/viewvc?rev=765058&view=rev
Log:
It seems (to me) that Hudson needs its own repository. Add user information for access to its svn.

Added:
    gump/metadata/repository/javanet.hudson.xml
      - copied, changed from r764695, gump/metadata/repository/javanet.svn.xml
Removed:
    gump/metadata/repository/javanet.svn.xml
Modified:
    gump/metadata/project/hudson.xml

Modified: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=765058&r1=765057&r2=765058&view=diff
==============================================================================
--- gump/metadata/project/hudson.xml (original)
+++ gump/metadata/project/hudson.xml Wed Apr 15 06:06:12 2009
@@ -20,7 +20,7 @@
   <description>
     Hudson CI-Server
   </description>
-  <svn repository="svn:java.net"/>
+  <svn repository="hudson"/>
 
 
   <project name="hudson-core">

Copied: gump/metadata/repository/javanet.hudson.xml (from r764695, gump/metadata/repository/javanet.svn.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/repository/javanet.hudson.xml?p2=gump/metadata/repository/javanet.hudson.xml&p1=gump/metadata/repository/javanet.svn.xml&r1=764695&r2=765058&rev=765058&view=diff
==============================================================================
--- gump/metadata/repository/javanet.svn.xml (original)
+++ gump/metadata/repository/javanet.hudson.xml Wed Apr 15 06:06:12 2009
@@ -16,12 +16,18 @@
   limitations under the License.
 -->
 
-<repository name="svn:java.net" type="svn">
+<repository name="hudson" type="svn">
   <title>dev.java.net</title>
   <home-page>http://dev.java.net/</home-page>
   <web>http://dev.java.net/</web>
   
-  <url> https://svn.dev.java.net/svn/</url>
+  <url>https://svn.dev.java.net/svn/hudson/trunk/</url>
+  <!--
+  For Hudson the anonymous access isdone via user 'guest' as described in the
+  Wiki at "Building Hudson" http://wiki.hudson-ci.org/display/HUDSON/Building+Hudson
+  -->
+  <user>guest</user>
+  <password>guest</password>
   
   <redistributable/>
 </repository>



Re: svn commit: r765058 - in /gump/metadata: project/hudson.xml repository/javanet.hudson.xml repository/javanet.svn.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-04-15, <jh...@apache.org> wrote:

> It seems (to me) that Hudson needs its own repository.

not really.

> Add user information for access to its svn.

I'm not sure whether any other repository uses this, let's see whether
the authentication code in Gump's svn updater works.

> -  <url> https://svn.dev.java.net/svn/</url>
> +  <url>https://svn.dev.java.net/svn/hudson/trunk/</url>

this could have been done using a dir-attribute on the svn tag in the
hudson module descriptor.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org