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

Re: svnserve issue

From: Kris Deugau <kdeugau_at_vianet.ca>
Date: 2007-06-19 18:16:15 CEST

Wesley Hobbie wrote:
> I have Mandriva 2007, the subversion-server RPM package provides the
> /etc/xinet.d/svnserve script. By default the disable is set to 'yes'. I
> edited the file to set the disable to 'no' and to set the server_args to "-i
> -r /usr/local/repositories".

OK, did you restart xinetd? It doesn't automatically pick up on changes
to its configuration.

To see if something is listening on the right port, run "netstat
-an|grep 3690" and see if you get any output.

You'll still have to use svnadmin to create repositories under
/usr/local/repositories before using anything, and make sure that
they're owned by the right user.

-kgd

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 19 18:16:22 2007

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.