I run Trac on a server where we have a mirror of our SVN-repository.
When I use the trac-post-commit-hook script the changeset gets
attributed to the user who owns the svn-mirror, not to the user who
made the change

svn log returns the correct user id.

If I don't use the post-commit hook the user id is correct in Trac.

Any suggestions on where I've gone wrong?

My post-commit script:
REPOS="$1"
REV="$2"
TRAC_ENV="/opt/trac/project/"
/usr/bin/python /path/to/trac-post-commit-hook  -p "$TRAC_ENV" -r
"$REV"

I run Trac 0.11.6 and Subversion 1.5.1 on Debian
Subversion is owned by an svn-user
Trac is owned by the www-data user
svn-user is a member of the www-data group and may write trac.db and
trac.log

-- 
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.

Reply via email to