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

Re: svnserve/svnserve.conf file

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-08-26 19:19:48 CEST

On Thu, 2004-08-26 at 11:03, bruce wrote:

> if i create new/multiple repositories, do i need to restart svnserve in
> order for svnserve to be aware of the newly created repositories...
>

No. The client connects to svnserve, and asks for a path. svnserve
then 'splits' the path in half: the first half leads to a repository,
the 2nd half is an imaginary path "within" the repository database.
svnserve isn't explictly tracking repositories: it finds them through
trial and error.

> also, i can't get my hands around exactly what the 'realm' in the
> svnserve.conf file is used for... can anybody shed light on what this
> attribute is good for!!!

Your svn client caches passwords in ~/.subversion/auth/. Read chapter 6
to learn about it. The "realm" is a string that the server sends when
it challenges the client: "please authenticate in <REALM>". If the
authentication is successful, the svn client uses the "realm" as a key
for caching the password.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 26 19:21:32 2004

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.