[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

post-commit.bat not launching

From: <ScotDiddle_at_overnite.com>
Date: 2006-04-26 17:13:53 CEST

Hello All,

        Here is what I hope is a simple question... Why doesn't
/snvrepos/hooks/post-commit.bat launch.

        The bat program works well when run from the command line, but
does not launch with windows snv commit command line, nor with TSVN commit
?

        Any suggestions will be appreciated.

Scot L Diddle, Richmond VA

BAT FILE DEF:

C:\SVNRepository\SilverDarkroom\hooks\post-commit.bat :

@ECHO ON

REM POST-COMMIT HOOK

SET REPOS="$1"
SET TXN="$2"

SET path=%path%;c:\Program Files\Subversion\bin\;C:\Program
Files\TortoiseSVN\bin\;

DEL "C:\silverdarkroom\trunck\include\TortoiseSVNRevision.php"

subWcRev.exe "c:\SilverDarkroom"
"c:\silverdarkroom\trunck\TortoiseSVNTemplate.php"
"C:\silverdarkroom\trunck\include\TortoiseSVNRevision.php"

@ECHO "POST-COMMIT.BAT Successful..."

NOTE: THIS DOCUMENT MAY CONTAIN CONFIDENTIAL AND NONPUBLIC INFORMATION. IT IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL(S) OR ENTITY(IES) NAMED ABOVE, AND OTHERS SPECIFICALLY AUTHORIZED TO RECEIVE IT. If you are not the intended recipient of this document, you are notified that any review, dissemination, distribution or copying of this communication is prohibited. If you have received this communication in error, please notify me immediately by return email, delete the electronic message and destroy any printed copies. Thank you for your cooperation.
Received on Wed Apr 26 17:15:47 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.