Author: jcater
Date: 2006-05-10 11:58:35 -0500 (Wed, 10 May 2006)
New Revision: 243
Modified:
objectWrapper/setup-svn
Log:
fixed the setup-svn script
Modified: objectWrapper/setup-svn
===================================================================
--- objectWrapper/setup-svn 2006-05-10 16:41:52 UTC (rev 242)
+++ objectWrapper/setup-svn 2006-05-10 16:58:35 UTC (rev 243)
@@ -3,18 +3,25 @@
if [ `basename \`pwd\`` != 'objectWrapper' ]
then
- echo "Please run this script from the web-po svn directory."
+ echo "Please run this script from the objectWrapper svn directory."
exit 1
fi
STAGE=`pwd`/.stage
TARGET=$STAGE/objectWrapper
rm -rf $STAGE > /dev/null 2>&1
+mkdir $STAGE
mkdir -p $TARGET
ln -s -f `pwd`/src/* $TARGET
if [ -d ../../gnue/.cvsdevelbase ]
then
+ if [ ! -d ../../gnue/.cvsdevelbase/gnue/common/contrib ]
+ then
+ mkdir -p ../../gnue/.cvsdevelbase/gnue/common/contrib
+ touch ../../gnue/.cvsdevelbase/gnue/common/contrib/__init__.py
+ fi
+
ln -s -f $TARGET
`pwd`/../../gnue/.cvsdevelbase/gnue/common/contrib/objectWrapper
else
echo "Could not find gnue-common's setup-svn.py base"
-fi
\ No newline at end of file
+ fi
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue