OK i think I have narrowed it down a little more. When I try a just send a static email, everything works fine. But when I try and pull the log information using SharpSVN, thats when I get the error.
Is there some sort of gridlock that is occuring to throw this error? On Mar 23, 4:50 pm, taelor <thred...@gmail.com> wrote: > Every time I try and commit with my post-commit hook setup to execute, > I get a Merge Error. I have tried to read around about it, but > couldn't find anything solid. Here is the error > > Commit failed (details follow): > MERGE of '/svn/poject': 200 OK (https://svn.domain.net) > > One person in this forum said it was something in their program that > made throw this Merge error, but I dont think that's it because > the .cmd file runs fine when I run it manually. > > Right now my post-commit.cmd file look like this... > > "C:\Absolute\Path\To\My.exe" > > thats it. all it does is just get the last log message and emails it > out to just one person. I didnt know if it could possibly be a timeout > error or what. > > the commit actually goes through, but I have to update my working copy > after every time. The email DOES NOT go through. So that makes me > think its a issue with my script, but the script runs fine from the > command line. > > It doesnt have anything to do with an unsigned certificate does it? > > Any suggestions?