]> git.mxchange.org Git - core.git/blobdiff - setup-repos.sh
Own script tool added (you don't need this!)
[core.git] / setup-repos.sh
diff --git a/setup-repos.sh b/setup-repos.sh
new file mode 100755 (executable)
index 0000000..02c3e4b
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+# A little helper script of mine to setup a new development check-out directory
+
+svn co svn+ssh://www.mxchange.org/var/www/svn-repos/blog/
+cd blog
+svn mkdir branches tags trunk
+svn propset -F ../core/trunk/svn-externals.txt trunk
+svn commit -m "Initial import with linked core"