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
--- /dev/null
+#!/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"