When i create the post-commit and pre-revpro hooks, occurr this error. How 
i can solve this?

I use this hooks:

@echo off
::
:: Trac-SVN post commit hook for explicit synchronisation
::

setlocal

set REPOS=%1
set REV=%2

C:\Python27\Scripts\trac-admin.exe C:\SVNTrac changeset added "%REPOS%" "%REV%"


@echo off
::
:: Trac-SVN post revprop change hook
::

setlocal

set REPOS=%1
set REV=%2

C:\Python27\Scripts\trac-admin.exe C:\SVNTrac changeset modified "%REPOS%" 
"%REV%"


<https://lh3.googleusercontent.com/-70c1u0QI6R0/U3-lGtyNzcI/AAAAAAAAA4A/j44BoT4FmpQ/s1600/errorcommit.png>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to