Thanks. I add this line 'umask 022' at the top of my post-commit script: /srv/svn/repositories/snapshot/hooks/post-commit
And after I commit a ticket, the /tmp/trac.log still own by a user and the permission is not 777 # ls -la /tmp/trac.log -rw-r--r-- 1 smitchell smitchell 0 Apr 9 09:56 /tmp/trac.log please advice what did I miss. Thank you. On Apr 4, 12:27 pm, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote: > > Can you please help me about what should be the umask setting of my > > server? > > You could try adding "umask 022" (or 002) at the top of your SVN > commit hook script, so that the log file is created with user (+ > group) r/w permissions. > > HTH, > Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
