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

External documents in

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -