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

CDD Subversion Commit noreply at alioth.debian.org
Fri Jun 27 05:55:12 UTC 2008


Author: tille
Date: Fri Jun 27 05:55:12 2008
New Revision: 861

Modified:
   cdd/trunk/webtools/cddtasktools.py
Log:
Ups, checked out wrong directories from svn ...


Modified: cdd/trunk/webtools/cddtasktools.py
==============================================================================
--- cdd/trunk/webtools/cddtasktools.py	(original)
+++ cdd/trunk/webtools/cddtasktools.py	Fri Jun 27 05:55:12 2008
@@ -107,7 +107,7 @@
             except:
 		print >> stderr, "Unable to create data directory", tasksdir
         # Checkout/Update tasks from SVN
-        svncommand = "svn %%s %s/%s %s >> /dev/null" % (SVNHOST, data['vcsdir'], tasksdir)
+        svncommand = "svn %%s %s/%s/%s %s >> /dev/null" % (SVNHOST, data['vcsdir'], dir, tasksdir)
         if os.path.isdir(tasksdir+'/.svn'):
             os.system(svncommand % 'up')
         else:



More information about the Cdd-commits mailing list