From 2301f8e58f55a8d793c236a3d1d8d1c3eca1d6a6 Mon Sep 17 00:00:00 2001 From: wyldckat Date: Sun, 13 Apr 2014 09:54:23 +0100 Subject: [PATCH] AllMake.stage5: Changed SVN repo for swak4Foam to 2.0, since it's the one to be used for FOAM-Extend 3.0. --- ThirdParty/AllMake.stage5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ThirdParty/AllMake.stage5 b/ThirdParty/AllMake.stage5 index ef9d5ad42..ef6ca0cdc 100755 --- a/ThirdParty/AllMake.stage5 +++ b/ThirdParty/AllMake.stage5 @@ -87,9 +87,7 @@ then if [ $? -eq 0 ]; then echo "Using Subversion/svn to download the source code for swak4Foam" - echo "Error: current Subversion-version does not support foam3. Please install mercurial" - exit -1 - (cd ./rpmBuild/BUILD; svn checkout svn://svn.code.sf.net/p/openfoam-extend/svn/trunk/Breeder_1.7/libraries/swak4Foam swak4Foam-$SWAK_RELEASE_VERSION) + (cd ./rpmBuild/BUILD; svn checkout svn://svn.code.sf.net/p/openfoam-extend/svn/trunk/Breeder_2.0/libraries/swak4Foam swak4Foam-$SWAK_RELEASE_VERSION) else echo "Error: Please install either a Mercurial or Subversion client in order to download the source code for swak4Foam" exit -1 -- 2.11.4.GIT