> hello,
> I'm new in using TSVN, and have difficulties with setting up client-side
> hooks. I'm using TortoiseSVN 1.5.9-32 Bit on Win XP. Working copy is in
> D:\WC and hook script settings are:
>
> Hook Type: Start Commit Hook
> Working Copy Path: D:\WC
> Commmand Line To Execute: D:\WC\batfile.bat
> Wait for the script to finish: checked
> Hide the script while running: unchecked
>
> I also tried command lines:
> cmd D:\WC\batfile.bat
> cmd.exe /c D:\WC\batfile.bat
>
> The batfile.bat file contains only one line:
>
> exit 0
>
> I always get "The hook script returned an error:" message when trying to
> commit. Without the script, commit works just fine.
>
> What am I doing wrong?
Have you tried
EXIT /B 0
Or no EXIT at all?
????
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2604336
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-05-06 18:33:12 CEST