How do I define multiple urls for svn project?
- by yarun can
I am working on a project in mixed environment (win, cygwin, linux) which is on a "shared ntfs drive". I am the sole user there for this project is not really duplicated for multiple users.
The main issue I am facing is that the original svn project import was done with a cygwin path like "/cygdrive/z/path to svn project". Now when I am on win svn or linux svn this does not work with svn since such paths do not exists for those versions.
Is there a way to define more than one path for the svn import, like maybe some kind of configuration that i can use to fire on the command line?
thanks