Re: Seems to be working
anonymous
July 2 2008, 13:07:41 UTC
An addition:
I've tried to set an empty log on a revision that is already empty. In this case the hook is called twice too, but in both the return value is 1 and the user can see "Empty svn:log messages are not allowed" error message.
Re: Seems to be working
anonymous
June 25 2010, 14:12:43 UTC
Thank you, The script works great, but I still can't get the correct error messages to display when I use tortoiseSVN on a remote client. I get the DAV error for an empty log message. I added the echo double quotes and 1>&2, the server is a w2k3. Any other suggestions, Thanks for the help.
Reply
I've tried to set an empty log on a revision that is already empty.
In this case the hook is called twice too, but in both the return value is 1 and the user can see "Empty svn:log messages are not allowed" error message.
Regards Tomas Bihary
Reply
Reply
:ERROR_EMPTY
echo "Empty revision properties are not allowed." 1>&2
goto ERROR_EXIT
Reply
Reply
Leave a comment