[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: Mark <mark_at_msdhub.com>
Date: 2004-09-29 19:42:58 CEST

 
file:// urls are formatted as file://hostname/path

Or hostname can be omitted if it's localhost, as

file:///path (equivalent to file://localhost/path)

So the url you want is file://bp_server/shared/repos

Mark

-----Original Message-----
From: Guido Anzuoni [mailto:guido.anzuoni@kyneste.com]
Sent: Wednesday, September 29, 2004 11:03 AM
To: Simon Large; users@subversion.tigris.org
Subject: Re: file:/// access to fsfs repository

try with 3 /, not 2.
(with java I can read the content of an url specified so.....).

> -----Original Message-----
> From: news [mailto:news@sea.gmane.org]On Behalf Of Simon Large
> Sent: Wednesday, September 29, 2004 6:53 PM
> To: users@subversion.tigris.org
> Subject: Re: file:/// access to fsfs repository
>
>
> "Guido Anzuoni" wrote
>
> > 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
>
> Simon

---------------------------------------------------------------------
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:46:07 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.