X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=setup-repos.sh;h=41db15aa0c67939475de31ca15cb058fcfe7da7c;hp=bf98d390b9d8b53bc8b6916af4f4ab722f46e84a;hb=8dfaae4f720bbcc7be53c07f3242bc2a07d1b6ce;hpb=d73d5cb0bae2ccbda1602c86737a4ec66999fea8 diff --git a/setup-repos.sh b/setup-repos.sh index bf98d390..41db15aa 100755 --- a/setup-repos.sh +++ b/setup-repos.sh @@ -19,7 +19,7 @@ echo "$0: Updating skeleton ..." svn up ../../skel/ || exit 255 echo "$0: Importing skeleton repository ..." svn export --force ../../skel/trunk/ . || exit 255 -sh `which svn-add-all.sh` +svn add * || exit 255 if test "$1" != "admin"; then echo "$0: Adding directory application/$1 ..." svn mkdir application/$1 || exit 255 @@ -31,7 +31,8 @@ svn propset svn:externals -F ../../core/trunk/svn-externals.txt . || exit 255 if (test "$1" != "admin" && test "$1" != "install"); then cd application/ svn propset svn:externals "admin http://www.ship-simu.org/repos/admin/trunk/application/admin/ -install http://www.ship-simu.org/repos/install/trunk/application/install/" . || exit 255 +install http://www.ship-simu.org/repos/install/trunk/application/install/ +qa http://www.ship-simu.org/repos/qa/trunk/application/qa/" . || exit 255 cd .. # trunk else echo "$0: --- Not setting admin external source. ---"