Is there any stable method of having a repo maintained by SVN as a subset of another.
I might have the following:
- phpCodeRepo
- pyCodeRepo
- contentRepo
Such that 1 and 2 can have, as an element of their repo, some data of repo 3. Such that updating 3 would cause an (optional) version increment in 1 and 2. And checking out 1 or 2 will also checkout the right version of 3.