I've written a post-commit hook that works fine when committing
outside of VisualSVN Server Manager.

But when I'm inside the console application, the script always
fails...with the following:

Commit succeeded, but post-commit hook failed
post-commit hook failed (exit code 1) with no output...

Here is my post-commit.bat:
C:\Repositories\MyProject\hooks\post-commit-run.bat %1 %2 >> C:\data
\logs\post-commit.log 2>&1

Here is post-commit-run.bat:
@ECHO OFF
C:\Apps\curl\curl.exe 
http://localhost:8500/subversion/post-commit.cfm?repos=%1^&rev=%2


Any help is greatly appreciated.

Thanks!

Mike Pacella

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To post to this group, send email to visualsvn@googlegroups.com.
To unsubscribe from this group, send email to 
visualsvn+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/visualsvn?hl=en.

Reply via email to