Post-commit client script not working
From: Robby Ceyssens <Robby_at_Livios.be>
Date: Fri, 16 Apr 2010 09:28:50 +0200
I'm trying to setup a client side post-commit script (post-commit.bat)
The post-commit.bat script:
________________________________
@echo off
setlocal
set tsvnPath=%1
rem This gets the path of the script being called so that the vbs script
rem can be referenced correctly, as the script is run from a different
set tsvnPostCommitScript=post-commit.vbs
echo Path %tsvnPath%
rem type %tsvnMsgFile% | cscript %tsvnHookScriptFinalPath%
endlocal
pause
________________________________
Robby
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.