version control - SVN: How do I link part of my source to another repository? -
Say that my trunk is to be in hibernation and I would like to use the source directly from source stores in source and whenever I do svn, to update it, it should also update hibernate from my source - how do I get it?
You should be able to do this externally with a command like this:
svn propset svn: externals dest-folder http: // you-other-repository
you can find