Per Rasmussen wrote:
And here is the output
C:\Cepa\Repositories\cepasoft\hooks>SET LOG=fixes #31
C:\Cepa\Repositories\cepasoft\hooks>SET LOG=Ticket #31

So now LOG is "Ticket #31" and not the actual message "fixes #31".

It would be easier for us to see what's going on if you wrote what the
actual commit message for that revision currently is.

Or even better, use a command line to set it, and post that command
line so it can be reproduced:

C:\> svn propset svn:log --revprop -r 1 "fixes Ticket #31" svn://localhost/test
(Add a hook script "pre-revprop-change.bat" with one line in it "exit
0" for this to work.)

Things work fine for me, using the commit message in the above command:

D:\svnrepos\test> FOR /F "tokens=*" %G IN ('svnlook log -r 1 .') DO SET LOG=%G
D:\svnrepos\test> SET LOG=fixes Ticket #31
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to