summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/create_source_dist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/create_source_dist.sh')
-rwxr-xr-xSQLiteStudio3/create_source_dist.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/SQLiteStudio3/create_source_dist.sh b/SQLiteStudio3/create_source_dist.sh
index 646e493..7c56e94 100755
--- a/SQLiteStudio3/create_source_dist.sh
+++ b/SQLiteStudio3/create_source_dist.sh
@@ -1,11 +1,16 @@
#!/bin/sh
+path=trunk
+if [ "$1" != "" ]; then
+ path=branches/$1
+fi
+
OLDDIR=`pwd`
TEMP=`mktemp -d`
cd $TEMP
-svn co svn://sqlitestudio.pl/sqlitestudio3/trunk sqlitestudio
+svn co svn://sqlitestudio.pl/sqlitestudio3/$path sqlitestudio
cd sqlitestudio
rm -rf .svn