[pLog-svn] r490 - plog/trunk/bin-devel

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Dec 14 08:23:46 GMT 2004


Author: oscar
Date: 2004-12-14 08:23:45 +0000 (Tue, 14 Dec 2004)
New Revision: 490

Modified:
   plog/trunk/bin-devel/build-svn.sh
Log:
updated the build script a bit


Modified: plog/trunk/bin-devel/build-svn.sh
===================================================================
--- plog/trunk/bin-devel/build-svn.sh	2004-12-14 08:12:46 UTC (rev 489)
+++ plog/trunk/bin-devel/build-svn.sh	2004-12-14 08:23:45 UTC (rev 490)
@@ -13,6 +13,12 @@
 #
 
 #
+# server and repository path
+#
+SVNSERVER=http://devel.plogworld.net
+SVNREPO=/svn/plog/plog/trunk
+
+#
 # array with the files that we are going to remove before
 # making the package... Wildcards, complete paths, whatever
 # can be used here
@@ -70,7 +76,7 @@
 
 # call the cvs command with the correct parameters
 message "Fetching the source code using $SVNTAG label..."
-svn checkout http://devel.plogworld.org/svn/plog/plog/trunk -r $SVNTAG $WORKDIR
+svn checkout $SVNSERVER$SVNREPO -r $SVNTAG $WORKDIR
 
 if [ $? -eq 1 ]; then
     echo "There was an error fetching the source code. Please try again."




More information about the pLog-svn mailing list