You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by John Petritis <so...@petritis.com> on 2004/10/25 03:50:34 UTC

Windows and cygwin and drive letters

 

I just cannot get drive letters to work for me under windows.

I am running cygwin on both machines

This works:

 

svn list svn+ssh-family:///Preserve/svnrepos/inet

 

These fail:

 

svn list svn+ssh-family:///C:/Preserve/svnrepos/inet

svn list "svn+ssh-family:///C|/Preserve/svnrepos/inet"

svn list svn+ssh-family:"///C|/Preserve/svnrepos/inet"

svn list svn+ssh-family:///C\|Preserve/svnrepos/inet

 

And yes it is no big deal in this case, but the problem is that I need
access to a repository on the E: drive of another machine.

Any help would be apprechiated.

 

And yes I looked at the docs to no avail.

 

Thanks,

 

John Petritis