VisualSVN team has noted that this is a known issue...figured I'd post the email response here. Thanks, we can close this up!
Response: Thank for the problem report. If I understand you correctly, you get this error when create or delete folders in the VisualSVN Server Manager. Right? It's a known bug. We will fix the problem in future versions of the VisualSVN Server. Please stay tuned. Please do not hesitate to ask any further assistance. On Feb 22, 3:06 pm, MikePacella <[email protected]> wrote: > 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.exehttp://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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/visualsvn?hl=en.

