You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2006/07/30 19:26:03 UTC

svn commit: r426905 - /jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

Author: psteitz
Date: Sun Jul 30 10:26:02 2006
New Revision: 426905

URL: http://svn.apache.org/viewvc?rev=426905&view=rev
Log:
Update trunks when an Ant build component checkout is missing (completes fix applied for maven components in r423772).

Modified:
    jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/commons_nightly.sh?rev=426905&r1=426904&r2=426905&view=diff
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Sun Jul 30 10:26:02 2006
@@ -104,8 +104,10 @@
   do
     if [ ! -e "${current_root}/${component}" ]  # Check if checkout exists.
     then
-      echo "$component checkout is missing."; echo
-      continue                # Go ahead anyway
+      echo "$component checkout is missing."
+      echo "Updating top level checkout..."
+      cd $current_root
+      svn up
     fi
     cd ${current_root}/${component}
     echo



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org