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
> Thanks, I am now able to list the users after providing the path.
Let's say the repositories are in:
C:\repos
For example, this folder contains a repository named "TestRepo" and
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
I always use two repositories in an example to show how the repos name
-- 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.orgReceived 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.