Re: Permission for .svn/tmp is lost after svn cleanup

2015-08-12 Thread Nico Kadel-Garcia
umask would need to be set for the individual users' working environments. It would need to be set in their .bashrc or other, similar credentials for svn+ssh with different SSH usernames, or via local filesystem access. This sort of "everyone has to play nicely" setting is exactly why file-based a

Re: Permission for .svn/tmp is lost after svn cleanup

2015-08-12 Thread Johan Ryberg
Sorry, umask did the trick and it now works as expected Just for the record for others: cd find .svn -type d -exec chmod 2770 {} \; -print cd .svn umask u=rwx,g=rwx,o=rx Thanks for the help Regards Johan 2015-08-12 13:40 GMT+02:00 Johan Ryberg : > Hi, > > Thanks for the tips but it does not w

Re: Permission for .svn/tmp is lost after svn cleanup

2015-08-12 Thread Johan Ryberg
Hi, Thanks for the tips but it does not work. After svn cleanup the .svn/tmp-folder are recreated? with some kind of default credentials (2755), I would like to have 2775. I can't find any kind of setting for this but I might have missed it? Best regards Johan Ryberg 2015-08-10 12:24 GMT+02:00

Re: question about subversion 1.9 unicode normalization status

2015-08-12 Thread Branko Čibej
On 12.08.2015 00:11, Dave Huang wrote: > On Aug 11, 2015, at 15:35, Branko Čibej wrote: >> On 10.08.2015 18:46, Attila Soki wrote: >>> hi, >>> >>> i saw the entry "reimplement UTF-8 fuzzy conversion using utf8proc >>> (r1511676)" >>> in the changelog and hoped this would be the fix for >>> http:/

Re: mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-12 Thread Thorsten Schöning
Guten Tag Stefan Sperling, am Mittwoch, 12. August 2015 um 00:51 schrieben Sie: > It seems PerlInterpMax is the most important setting in your case since > it effectively sets the high bar of your worker threads doing authentication > tasks. The default is 5. Did you already try raising that? Tha