[EMAIL PROTECTED] wrote: > Hi all, > > > > > I try to use tracsvnpoliciesplugin 0.2. Installation is done, permission is > given. > > > After going to SVN policies under Admininstration/General, > > > I enable Policies enabled and Disable commits? > > > I got the message: > > > The changes have been saved. > > > The pre commit file couldn't be generated > > > And finally I can commit changes also... > > > Do you have any idea how to fix this? > >
For some reason, the hook symlink couldn't be generated. Are you on a unix OS? Also, be sure to run: python setup.py install_data This installs the script file that gets symlinked. Make sure that svn-hook script is in $prefix/bin. If you just did python setup.py, that will be /usr/bin. The apache user needs permission to make a file in the $repo/hooks directory too. If there is already a hook there ($repo/hooks/pre-commit), then that will also cause it to fail. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
