]> git.mxchange.org Git - core.git/commitdiff
Own script tool added (you don't need this!)
authorRoland Häder <roland@mxchange.org>
Thu, 20 Nov 2008 01:20:03 +0000 (01:20 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 20 Nov 2008 01:20:03 +0000 (01:20 +0000)
.gitattributes
setup-repos.sh [new file with mode: 0755]

index d42a5537f9e79e8f6ac7a8436b44ffe12c3409e3..4c0aebd55f07dd506389ea849a92920b6573675f 100644 (file)
@@ -530,6 +530,7 @@ inc/loader/.htaccess -text
 inc/loader/class_ClassLoader.php -text
 inc/output.php -text
 inc/selector.php -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
 /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 (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"