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

file:/// access to fsfs repository

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-09-29 17:30:13 CEST

I am trying to access an fsfs repository located on a Windows server from a
Win2K PC.

In Windows speak, the repository is at:

\\bp_exserver\shared\repos

or, using network drive mapping [S: = \\bp_exserver\shared] on the client,

S:\repos

Using the svn client (1.1.0RC3)

svn ls file:///s:/repos
... list of repository contents ...
Works OK

svn ls file:///bp_exserver/shared/repos
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///bp_exserver/shared/repos'

Try adding an extra '/' before bp_exserver
svn ls file:////bp_exserver/shared/repos
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///bp_exserver/shared/repos'

DIR \\bp_exserver\shared\repos
... list of repos working folders ...
Works OK

Is there a way to specify UNC files on a LAN without resorting to drive
mapping?

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 17:29:25 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.