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

Windows drive letter in svn+ssh path

From: Rob Siklos <rrr_at_siklos.ca>
Date: Thu, 16 Oct 2008 08:22:02 -0500

Hi,

I've read about how to specify a windows drive letter in a file:///
path, but I want to do this in a svn+ssh:// path and it's not working.
  Am I missing something?

For instance, let's say I'm connecting to a repository through ssh on
a windows box, which is located on "E:\blah\My Repo/My Project". I
try something like the following:

    svn co svn+ssh://user@example.com/E:/blah/My%20Repo/My%20Project

but I get the error:

svn: Can't open file '\e:\blah\My Repo\My Project\format': The
filename, directory name, or volume label syntax is incorrect.

I tried using a pipe (|) instead of a colon to separate the drive
letter from the rest of the path, but I got the same error.

Help is much appreciated.

Thanks,
Rob.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-16 15:42:15 CEST

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.