I created a customised version of Wordpress for us to use as a template for our web projects, stored in an svn repository.
It has various properties set (ignores, wordpress + plugins as externals) to ease workflow and updates.
My question is, how to use this as a base for others projects / repositories?
If you export, it loses all the properties.
If you checkout, it is a working copy of the template repository and cannot be imported / committed to a new repository (?)
Should branches be used in this case? It doesn't seem right, as the projects will never be merged back into the template (though I guess some parts might be).