[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: Jeremy Pereira <jeremyp_at_jeremyp.net>
Date: 2007-06-20 09:54:04 CEST

On 20 Jun 2007, at 01:01, Wesley Hobbie wrote:

> I have rebooted the server a couple of times.
> netstat -an|grep 3690 returns nothing.

That means the problem is in the xinetd configuration not svn.

Check that

a) xinetd is running and not just inetd

b) you have put your svnserve xinetd config file in the right place
(check /etc/xinetd.conf for includdir)

c) check that your svnserve xinetd config file has the service enabled

d) look for clues in the syslog file. If xinetd tried to open the
port for listening and couldn't or failed to read the config file, it
should log an error.

>
> -----Original Message-----
> From: Kris Deugau [mailto:kdeugau@vianet.ca]
> Sent: Tuesday, June 19, 2007 11:16 AM
> To: users@subversion.tigris.org
> Subject: Re: svnserve issue
>
> 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
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 20 10:51:35 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.