[Commits] r528 - website
commits at geoext.org
commits at geoext.org
Thu Apr 30 01:33:22 CEST 2009
Author: tschaub
Date: 2009-04-30 01:33:21 +0200 (Thu, 30 Apr 2009)
New Revision: 528
Modified:
website/pavement.py
Log:
this task no longer works after r511 - the try/except there was about only checking out the trunk once, after checking out geoext and docsrc, you can't go back and checkout the trunk on top of them
Modified: website/pavement.py
===================================================================
--- website/pavement.py 2009-04-29 21:50:40 UTC (rev 527)
+++ website/pavement.py 2009-04-29 23:33:21 UTC (rev 528)
@@ -93,13 +93,7 @@
@task
-def checkup_trunk():
- svn.checkup("%s/trunk" %options.core_url , "src/trunk")
-
-
- at task
def checkup_docs():
- # only checkup the whole trunk if we haven't already
svn.checkup("%s/trunk/geoext" %options.core_url, "src/trunk/geoext")
svn.checkup("%s/trunk/docsrc" %options.core_url, "src/trunk/docsrc")
More information about the Commits
mailing list