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

RE: file:/// access to fsfs repository

From: Patrick Smears <patrick.smears_at_ensoft.co.uk>
Date: 2004-09-29 19:44:06 CEST

> > Try
> > file:///\\bp_exserver\shared\repos
>
> It does not like backslashes at all.
>
> C:\>svn ls file://\\bp_exserver\shared\repos
> svn: Unable to open an ra_local session to URL
> svn: Local URL 'file://%5C%5Cbp_exserver%5Cshared%5Crepos'
> contains only a
> hostname, no path

How about:

   file:///UNC/bp_exserver/shared/repos

(I think whether or not this works depends on precisely which Windows file
calls Subversion/APR use internally)...

Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 29 19:44:53 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.