diff options
Diffstat (limited to 'checkout-tl.sh')
-rwxr-xr-x | checkout-tl.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checkout-tl.sh b/checkout-tl.sh index ee3795c..711162b 100755 --- a/checkout-tl.sh +++ b/checkout-tl.sh | |||
@@ -10,6 +10,7 @@ function check_branch { | |||
10 | if [[ $1 == "dev" ]];then | 10 | if [[ $1 == "dev" ]];then |
11 | rsync -a --delete --exclude=.svn tug.org::tldevsrc/Build/source . | 11 | rsync -a --delete --exclude=.svn tug.org::tldevsrc/Build/source . |
12 | else | 12 | else |
13 | rsync -a --delete --exclude=.svn tug.org::tldevsrc/Build/source . | ||
13 | if [[ -d ${PWD}/source ]];then | 14 | if [[ -d ${PWD}/source ]];then |
14 | cd ${PWD}/source | 15 | cd ${PWD}/source |
15 | svn info 2>/dev/null | 16 | svn info 2>/dev/null |