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

Re: svn 1.0.4 svn+ssh:// permissions error on gentoo -- yes, even after svnbook ch06s05

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-06-17 18:13:32 CEST

paul. wrote:
> I'm having a permissions problem with an svn+ssh:// access method on a
> repository hosted on a gentoo linux server. Since gentoo's portage
> installs at /usr/bin/svnserve, i had to make /bin/svnserve be:
> #!/bin/sh
> umask 002
> /usr/bin/svnserve "$@"

That conclusion is wrong. Other systems install it in the same location and it
works without a script in a different (and IMHO inapropriate) place.

> I'm still getting db files created with permissions 755 (ie, umask
> 022). This would seem to contradict the fundamental operations of a
> unix permissions system.

Hmmm, maybe it's just a PATH issue? If /usr/bin comes before /bin, some other
user might find the original executable instead of your wrapper.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 17 18:16:44 2004

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.