I have a project which involves two other different projects. So normally, I would use svn:externals for this, but here the situation is a little different. I'm working with a particular CMS, which I have set up in a way that I can easily checkout the repository, add in some custom stuff and have a website using my "framework". But If I wanted to version control the custom stuff as well, how would I go about doing that?
For example, I have a folder called templates. I would like some of the contents from here to come from repository A (the "framework"), and some from repository B. If I check out repository A, I can't add in that directory as an external from B, since it exists already.
Is there another approach here?