Re: BOOK - svnserve and inetd information
From: Carey Evans <careye_at_spamcop.net>
Date: 2004-03-12 08:27:40 CET
Steve Karg wrote:
> In getting svnserve to work with inetd, I had to dig outside of the
[...]
> $ sudo adduser svn
This can be done a bit more easily (on Debian, anyway) by doing:
# adduser --system --group svn
You probably then want to do:
# chmod g+ws /home/svn
> I created the repository:
[...]
> In order to have inetd launch the process, I had to add the following to
I've done something similar with xinetd, creating a new file
service svnserve
Setting the root to /home/svn lets me create as many repositories there
-- "Hanging is too good for a man who makes puns; he should be drawn and quoted." -- Fred Allen
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.