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

Re: Unable to list users for SASL

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 30 Jul 2008 11:54:10 -0400

On Wed, Jul 30, 2008 at 11:47 AM, Srinivas Reddy
<srinivas.reddy_at_symphony.cc> wrote:

> Thanks, I am now able to list the users after providing the path.
>
> How do I access the server from tortoiseSVN client from another machine on
> the network.
>
> I tried providing the following
> svn://192.168.10.166/repos/TestRepo
>
> but the client says no such SVN Server.

Let's say the repositories are in:

C:\repos

For example, this folder contains a repository named "TestRepo" and
another named "DevRepo"

You would start svnserve with this command:

svnserve -d -r C:\repos

This tells it to serve all repositories located in C:\repos

And you would access them with this URL:

svn://192.168.10.166/TestRepo
svn://192.168.10.166/DevRepo

I always use two repositories in an example to show how the repos name
is specified.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-30 17:54:35 CEST

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.