[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Windows and cygwin and drive letters

From: Bantle Armin <Armin.Bantle_at_ndt-ag.de>
Date: 2004-10-25 11:40:06 CEST

John Petritis wrote:

> 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
 
Under cygwin, windows drives are adressed as /cygdrive/<drive letter>/, so
svn list svn+ssh-family:///cygdrive/c/Preserve/svnrepos/inet
might work.

Regards

Armin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 25 11:40:15 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.