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

Re: Networked respository

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-10-23 21:11:25 CEST

On 10/23/06, Brian Erickson <erickson@bauercontrols.com> wrote:
>
>
> Hi all,
>
> I'm a new user to Subversion and am confused about how to access the
> respository when it is not on my local computer.
>
> The repository is on a machine named snidely with a share named whiplash (we
> have a Rocky & Bullwinkle theme to our network)
>
> 'Snidely' and most of the client machines are running Windows XP service
> pack 2.
>
> I can map a drive using the net use command: net use s: \\snidely\whiplash
> Then, the command svn list file:///s:/svn/pcs42 lists the branches, tags,
> and trunk folders.
> However, I'd really like to do this without have to define a network drive.
> Is this possbile?
>
> If I use the command: svn list
> file:///snidely/whiplash/svn/pcs42
> I get the following errors...
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository
> 'file:///snidely/whiplash/svn/pcs42'
>

did you try

svn list file://snidely/whiplash/svn/pcs42

?

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 23 21:12:14 2006

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.