How do I define multiple urls for svn project?

Posted by yarun can on Super User See other posts from Super User or by yarun can
Published on 2013-10-25T21:48:42Z Indexed on 2013/10/25 21:58 UTC
Read the original article Hit count: 132

Filed under:

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

© Super User or respective owner

Related posts about svn