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

RE: [Subclipse-users] Running the server and connecting

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-03-16 00:32:36 CET

> I put down for svnserve:
> anon-access = none
> auth-access = write

Make sure you also have [general] and also the item for the password file.

> My authz file has this in it:
> [/]
> JD=rw
> *=

I'd disable this feature until you have things working. In svnserve.conf,
do not specify a value for the authz-db.

> And Finally how do I stop the server that I ran using
> "svnserve -d -r C:\repos" I do not see it in any services or process,

Ctrl-C. Ultimately, you want to set this up to run as a Windows service.
Google svnserve windows service and you should get some hits. I think that
TortoiseSVN docs include some links.

Ultimately, your URL is wrong. Since you did not follow my advice about
putting the repositories in a common folder, what you need to do is lose
the -r option on the command line. Then when you access the repository,
the URL will just be:

svn://localhost/

And you will not be able to host a second repository in the future without
reconfiguring the command line and restructuring the on-disk location of
the repository.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Mar 16 00:32:46 2006

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.