I thought I had ... Tried it again and it works fine. Thanks for your
help.
Brian
-----Original Message-----
From: Erik Huelsmann [mailto:ehuels@gmail.com]
Sent: Monday, October 23, 2006 3:11 PM
To: Brian Erickson
Cc: users@subversion.tigris.org
Subject: Re: Networked respository
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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 23 22:03:10 2006