You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/04/21 15:35:29 UTC

svn commit: r164055 - /maven/components/trunk/ci.sh

Author: brett
Date: Thu Apr 21 06:35:28 2005
New Revision: 164055

URL: http://svn.apache.org/viewcvs?rev=164055&view=rev
Log:
switch to subversion

Modified:
    maven/components/trunk/ci.sh

Modified: maven/components/trunk/ci.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/ci.sh?rev=164055&r1=164054&r2=164055&view=diff
==============================================================================
--- maven/components/trunk/ci.sh (original)
+++ maven/components/trunk/ci.sh Thu Apr 21 06:35:28 2005
@@ -41,8 +41,6 @@
   BUILD_REQUIRED=`cat $HOME_DIR/build_required`
 fi
 
-export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
-
 (
   if [ "$CMD" = "checkout" ]
   then
@@ -62,7 +60,7 @@
     (
       cd $DIR
         
-      cvs co maven-components > $HOME_DIR/$SCM_LOG 2>&1
+      svn co http://svn.apache.org/repos/asf/maven/components/trunk maven-components > $HOME_DIR/$SCM_LOG 2>&1
     
       echo "true" > $HOME_DIR/build_required     
     )
@@ -76,9 +74,9 @@
     (
       cd $DIR/maven-components
       
-      cvs update -dP > $HOME_DIR/$SCM_LOG 2>&1
+      svn update > $HOME_DIR/$SCM_LOG 2>&1
       
-      grep ^[PU] $HOME_DIR/$SCM_LOG > /dev/null 2>&1
+      grep "^[PUAD] " $HOME_DIR/$SCM_LOG > /dev/null 2>&1
 
       if [ "$?" = "1" ]
       then
@@ -102,7 +100,7 @@
       
     echo "Updates occured, build required ..."
     echo
-    grep ^[PU] $HOME_DIR/$SCM_LOG
+    grep "^[PUAD] " $HOME_DIR/$SCM_LOG
     echo
 
     (



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