Re: Problems with file owner & permissions
From: <ark-d_at_betasystems.com>
Date: 2004-11-25 17:13:48 CET
Volker,
perhaps you don't enforce the correct umask for all users:
less /usr/local/bin/svnwrap
# Generic wrapper for svn commands to enforce correct umask
#!/bin/sh
umask 002
Put that in /usr/local/bin/svnwrap, make it excutable, and create links
cd /usr/local/sbin
By the way: fsfs Filesystem is better than bdb (that's at least my
Best regards
Hi all.
We have just switched from cvs a couple days ago.
Whenever svn creates (or maybe berkeley db ) one of this db/log.000000xxx
Our setup is as follows: We are using ssh for user authorization
The repository itself and all its files are owned by user 'svn' group
It seems the whole problem is about svn not setting write-permission for
Any suggestions?
Greetings
---------------------------------------------------------------------
---------------------------------------------------------------------
|
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.