[Treepkg-commits] r297 - branches/scratchbox/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 22 15:36:57 CEST 2010


Author: bricks
Date: 2010-04-22 15:36:56 +0200 (Thu, 22 Apr 2010)
New Revision: 297

Modified:
   branches/scratchbox/treepkg/subversion.py
Log:
mergered trunk change from r295 into sdbmock branch


Modified: branches/scratchbox/treepkg/subversion.py
===================================================================
--- branches/scratchbox/treepkg/subversion.py	2010-04-22 13:36:04 UTC (rev 296)
+++ branches/scratchbox/treepkg/subversion.py	2010-04-22 13:36:56 UTC (rev 297)
@@ -198,7 +198,7 @@
 
     def last_changed_revision(self, localdir):
         """Returns the last changed revision of the working copy in localdir"""
-        return max([last_changed_revision(os.path.join(localdir, d))
+        return max([int(last_changed_revision(os.path.join(localdir, d)))
                     for d in [localdir] + list(self.external_subdirs)])
 
     def check_working_copy(self, localdir):



More information about the Treepkg-commits mailing list