From: Roland Häder Date: Thu, 20 Nov 2008 01:20:03 +0000 (+0000) Subject: Own script tool added (you don't need this!) X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=5a8c6e01a6f20172fc59699c1d1daffc49f3e5a3 Own script tool added (you don't need this!) --- diff --git a/.gitattributes b/.gitattributes index d42a5537..4c0aebd5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -530,6 +530,7 @@ inc/loader/.htaccess -text inc/loader/class_ClassLoader.php -text inc/output.php -text inc/selector.php -text +/setup-repos.sh -text /svn-externals.txt -text templates/.htaccess -text templates/_compiled/.htaccess -text diff --git a/setup-repos.sh b/setup-repos.sh new file mode 100755 index 00000000..02c3e4ba --- /dev/null +++ b/setup-repos.sh @@ -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"