On Fri, Jan 19, 2007 at 08:27:08PM -0000, [EMAIL PROTECTED] wrote:
I try this again: $ svn commit -m "Fixes #1" $ ~/src/trac-0.10.3/contrib/trac-post-commit-hook -u yinglcs -m "Fixes #1" -s http://localhost/tracprojects/sample -p /srv/svn/tracenv/sample But all I can see is my trouble ticket #1 is being closed (I assume it is done by the post-commit-hook script), but I don't see the tricket #1 is tagged with my changes I committed. Can you please tell me what am I missing?
Read the usage instructions in the script: ------8<------- # It should be called from the 'post-commit' script in Subversion, such # as # via: # # REPOS="$1" # REV="$2" # LOG=`/usr/bin/svnlook log -r $REV $REPOS` # AUTHOR=`/usr/bin/svnlook author -r $REV $REPOS` # TRAC_ENV='/somewhere/trac/project/' # TRAC_URL='http://trac.mysite.com/project/' # # /usr/bin/python /usr/local/src/trac/contrib/trac-post-commit-hook \ # -p "$TRAC_ENV" \ # -r "$REV" \ # -u "$AUTHOR" \ # -m "$LOG" \ # -s "$TRAC_URL" ------8<------- Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
