[Cdd-commits] r843 - cdd/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Fri Jun 20 08:33:32 UTC 2008


Author: tille
Date: Fri Jun 20 08:33:32 2008
New Revision: 843

Modified:
   cdd/trunk/webtools/cddtasktools.py
Log:
Make sure svn will also work for anonymous ...


Modified: cdd/trunk/webtools/cddtasktools.py
==============================================================================
--- cdd/trunk/webtools/cddtasktools.py	(original)
+++ cdd/trunk/webtools/cddtasktools.py	Fri Jun 20 08:33:32 2008
@@ -27,8 +27,8 @@
 from debian_bundle import deb822
 
 BASEURL  = 'http://ftp.debian.org/'
-SVNHOST  = 'svn+ssh://svn.debian.org'
-# SVNHOST  = 'svn://svn.debian.org'
+# SVNHOST  = 'svn+ssh://svn.debian.org'
+SVNHOST  = 'svn://svn.debian.org'
 REPOS    = { 'debian-med'     : SVNHOST+"/svn/cdd/projects/med/trunk/debian-med",
              'debian-edu'     : SVNHOST+"/svn/debian-edu/trunk/src/debian-edu",
              'debian-gis'     : SVNHOST+"/pkg-grass/packages/debian-gis",



More information about the Cdd-commits mailing list