X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=setup-repos.sh;h=bd7820ab3c4b2700dfd7d17d94f5dc935fd47d62;hp=41db15aa0c67939475de31ca15cb058fcfe7da7c;hb=f5d2bb90f6b9be6f6fed44bd5d9c4a67c56768ae;hpb=3066fde87517fbd0a93adb19d7522bd772070606 diff --git a/setup-repos.sh b/setup-repos.sh index 41db15aa..bd7820ab 100755 --- a/setup-repos.sh +++ b/setup-repos.sh @@ -30,9 +30,12 @@ echo "$0: Linking to external 'core' repository ..." 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/ -qa http://www.ship-simu.org/repos/qa/trunk/application/qa/" . || exit 255 + if test "$1" != "qa"; then + svn propset svn:externals -F ../../../core/trunk/application-external.txt . || exit 255 + else + 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 + fi cd .. # trunk else echo "$0: --- Not setting admin external source. ---"