I have simple project that is in SVN and everything works fine. I want to use code from another SVN server in folder inside this simple project.
How can I do this?
I want to have the ability to update code from this "other" SVN server later on.
svn co http://svnserverone.com/projects/trunk/ mjproject
svn co http://anotherserver.com/whatever/trunk/ mjproject/path/module
Thanks for your time and answers!
Oto