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

Any way to set relative root for svnserve?

From: Kenneth McDonald <kenneth.m.mcdonald_at_sbcglobal.net>
Date: 2004-05-19 03:12:13 CEST

Let me clarify that...

I've set up a separate account, 'svnuser', under OS X, to serve as the
owner of my subversion repositories. The repositories are located in
that account's home directory, /Users/svnuser, which means that I
can access them something like:

svn co svn://localhost/Users/svnuser/myrepository/...

I'd prefer that the "/Users/svnuser" part of the URL 'weren't there',
i.e.
that svnserve as I started it understood the concept that /Users/svnuser
is the root directory of all repositories it should be serving. I've
tried this
using 'chroot', but couldn't get chroot to actually run with
/Users/svnserve
as the 'new root', for reasons I have no understanding of.

Is there any way of doing this from within svnserve? Or is this the sort
of thing one is expected to go to Apache for?

Also, if anyone has svnserve running under OS X 10.3 in inetd (-i)
mode, would they mind posting their config files? I've been unable
to get it to run under xinetd, and am currently using daemon mode.

Thanks,
Ken

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 19 03:51:02 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.