Hello Micha,

Here is the info requested:

Trac info:

Trac:   0.11.1
Python: 2.5.2 (r252:60911, Jan 24 2010, 17:44:40) [GCC 4.3.2]
setuptools:     0.6c8
SQLite: 3.5.9
pysqlite:       2.4.1
Genshi: 0.5.1
Subversion:     1.5.1 (r32289)
jQuery: 1.2.6

Content svn post-commit hook:

====
#!/bin/sh
REPOS=$1
REV=$2

export PYTHON_EGG_CACHE='/home/ractoc/svn/FIT/hooks/tmp'

TRAC_ENV="/home/ractoc/fit.ractoc.com/trac"

/usr/bin/python /home/ractoc/fit.ractoc.com/trac/contrib/trac-post-commit-hook -p "$TRAC_ENV" -r "$REV"

/usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" [email protected]
===

This seems to work ok, since I get an error from the trac-post-commit-hook when I put a non-exsisting trac_env in there. So my svn post-commit hook does end up in my trac-post-commit-hook.


I hope this is the info you needed.

Mark


On Wed, 1 Jun 2011 09:01:42 +0200, 3xIlling wrote:
Hi Mark,

The interesting point would be the trac version you are using and the
content of your post commit hook. ;-)

Micha

2011/5/30 Mark Schrijver

Hello,

 

Today I’ve been working on getting my SVN commits into my track
tickets. While I’m committing with the right command, I tried both
re #5 and addresses #5, my ticket isn’t being updated.

I tried running from the command line, like the FAQ suggests, and it
doesn’t work either. I can see the trac-post-commit-hook being
called, since it produces errors when I enter a non-exsisting svn
repo. But when I enter all the right values, nothing happens.

 

Any ideas what might be causing this?

 

Mark

--
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]
[1].
To unsubscribe from this group, send email to
[email protected] [2].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en [3].

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


Links:
------
[1] mailto:[email protected]
[2] mailto:trac-users%[email protected]
[3] http://groups.google.com/group/trac-users?hl=en
[4] mailto:[email protected]

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