Re: [Trac] Post-commit not working in Trac 1.6 with svn 1.14

2024-04-11 Thread Jesus Megia
Thanks a lot Jun for your help. Now it is working fine. It was one of these things hard to see without external help. Best regards and have a nice day. Jesús El jue, 11 abr 2024 a las 11:27, Jun Omae () escribió: > Your /usr/local/bin/trac-svn-hook file should be executed using > /bin/sh

Re: [Trac] Post-commit not working in Trac 1.6 with svn 1.14

2024-04-11 Thread Jun Omae
Your /usr/local/bin/trac-svn-hook file should be executed using /bin/sh rather than /usr/bin/python. On Thu, Apr 11, 2024 at 5:52 PM Jesus Megia wrote: > > Hello, > > I have tried a lot of thinks to make post-commit work, but it doesn't work at > all. In my server I downloaded trac-svn-hook and

[Trac] Post-commit not working in Trac 1.6 with svn 1.14

2024-04-11 Thread Jesus Megia
Hello, I have tried a lot of thinks to make post-commit work, but it doesn't work at all. In my server I downloaded trac-svn-hook and in my post-commit hook I have: SVNLOOK=/usr/bin/svnlook REPOS="$1" REV="$2" #LOG=`$SVNLOOK log -r "$REV" "$REPOS"` #AUTHOR=`$SVNLOOK author -r "$REV"