[Checkins] SVN: keas.build/trunk/src/keas/build/package.py the sparse checkout was a bad idea

Adam Groszer agroszer at gmail.com
Thu Sep 3 12:06:30 EDT 2009


Log message for revision 103508:
  the sparse checkout was a bad idea

Changed:
  U   keas.build/trunk/src/keas/build/package.py

-=-
Modified: keas.build/trunk/src/keas/build/package.py
===================================================================
--- keas.build/trunk/src/keas/build/package.py	2009-09-03 15:58:50 UTC (rev 103507)
+++ keas.build/trunk/src/keas/build/package.py	2009-09-03 16:06:24 UTC (rev 103508)
@@ -193,8 +193,7 @@
         # 2. Download tag
         buildDir = tempfile.mkdtemp()
         tagDir = os.path.join(buildDir, '%s-%s' %(self.pkg, version))
-        # depth = don't get the whole tree, but works only with svn 1.5+
-        base.do('svn co --depth=files %s %s' %(tagUrl, tagDir))
+        base.do('svn co %s %s' %(tagUrl, tagDir))
 
         # 3. Create release
         # 3.1. Remove setup.cfg



More information about the checkins mailing list