BOOK - svnserve and inetd information
From: Steve Karg <steve_at_kargs.net>
Date: 2004-03-11 22:59:52 CET
Hello,
In getting svnserve to work with inetd, I had to dig outside of the
I installed it on a debian box (knoppix):
$ apt-get install subversion subversion-tools
I created an svn user and cleaned out the directory. This gives me an
$ sudo adduser svn
I created the repository:
I modified the svnserve.conf configuration file in the repository/conf
[general]
This allows me to test my installation before locking it down.
I inspected /etc/services for port 3690 and it had the following lines
svnserve 3690/tcp svn subversion # Subversion protocol
In order to have inetd launch the process, I had to add the following to
svnserve stream tcp nowait svn /usr/sbin/tcpd /usr/bin/svnserve --inetd
And restart the inetd daemons:
$ sudo /etc/init.d/inetd restart
I then ran the following to test the installation:
$ svn list svn://localhost/
Since there are no projects imported, I should get a blank list, and no
Hope this helps someone reading the book,
Steve
-- http://www.kargs.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Mar 11 23:36:42 2004 |
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.