> 3. I made post-commit readable for apache
As I wrote earlier: executable permission is required (on a Un*x machine)

> 4. Now I committed something in Subversion and added this comment "test
> modification, refs #1" but nothing happens.

The nice thing with the post-commit script is that you can run it from
the command line to test it:
  sudo -u <apache> /var/lib/svn/myproject/hooks/post-commit
/var/lib/svn/myproject <rev>
where <apache> is the Apache effective user, and <rev> is the revision
that you want to test.

Maybe you miss a PYTHONPATH setting in your shell script (depending on
how/where your Trac is installed).

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 trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to