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

AW: Re: timed out waiting for server

From: Felix Gilcher <gilcher_at_exozet.com>
Date: 2006-11-24 10:14:32 CET

thomas Armstrong <mailto:tarmstrong@gmail.com> schrieb am Freitag, 24. November 2006 10:07:

> Fixed.
>
> []# chmod -R 777 /home/svn-repos/myproject/
>

While this will certainly work, you should set the files/directories to the proper permissions and _not_ wordwriteable and executeable. Specifically, if your repo is served via apache only, the owner must be the user/group your apache runs under and the files/directories should be writeable for the owner only.

You ran into a common problem. I guess you started svnadmin verify as root - you should run it as the user the repository belongs to.

[snip]

regards

felix

-- 
Felix Gilcher
Head of IT Development
Exozet Berlin GmbH
Rotherstraße 20
10245 Berlin
eMail: gilcher@exozet.com
URL: www.exozet.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 24 10:15:12 2006

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.