Is there any stable method of having a repo maintained by SVN as a subset of another.
I might have the following:
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.
You may want to implement using hooks
Also, you can pull in other repos when you check out using externals
svn:externals
might be an answer. But it works only on folder level, so you can share one folder across multiple repositories but you can't do that with single files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With