You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/05/31 02:50:59 UTC

svn commit: r543003 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy

Author: jdillon
Date: Wed May 30 17:50:59 2007
New Revision: 543003

URL: http://svn.apache.org/viewvc?view=rev&rev=543003
Log:
Add primative update support

Modified:
    geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy

Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy?view=diff&rev=543003&r1=543002&r2=543003
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy (original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/system/library/codestation/LibraryImpl.groovy Wed May 30 17:50:59 2007
@@ -125,9 +125,8 @@
     }
     
     void update() {
-        //
-        // TODO: Delete the current tree, checkout again
-        //
+        exec('rm', [ '-rf', baseDir ])
+        checkout()
     }
     
     /**