RE: [Subclipse-users] Running the server and connecting
From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-03-16 02:37:43 CET
"Jon-derek Castagno \(RIT Student\)" <jdc3640@rit.edu> wrote on 03/15/2006
> Hello again. I have the general there also. I have to have something
You misunderstoof. svnserve.conf has a value that point to an authz-db.
Your above authz file is not formatted correctly. The heading needs to
[reposname:/path]
The problem is in your case I do not have any idea what you put for the
> So I then tried using what you just said of "svn://MyHostName/" it works
I agree the problem is the authz file.
> I don't see how I didn't follow your instructions. The C:/respos
No, you cannot do that, or at least shouldn't. You should have made a
svnadmin create C:\repos\repos1
You'd then use a URL of:
svn://localhost/repos1/
To access the different repositories. And the authz-db rules would look
[repos1:/]
[repos2:/]
[repos3:/]
Mark
_____________________________________________________________________________
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.