[Commits] r440 - website
commits at geoext.org
commits at geoext.org
Wed Apr 22 23:59:11 CEST 2009
Author: tschaub
Date: 2009-04-22 23:59:11 +0200 (Wed, 22 Apr 2009)
New Revision: 440
Modified:
website/pavement.py
Log:
get the whole trunk at least once
Modified: website/pavement.py
===================================================================
--- website/pavement.py 2009-04-22 18:45:59 UTC (rev 439)
+++ website/pavement.py 2009-04-22 21:59:11 UTC (rev 440)
@@ -98,6 +98,11 @@
@task
def checkup_docs():
+ # only checkup the whole trunk if we haven't already
+ try:
+ d = svn.info("src/trunk")
+ except:
+ checkup_trunk()
svn.checkup("%s/trunk/docsrc" %options.core_url, "src/trunk/docsrc")
@task
More information about the Commits
mailing list