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

Standard error text not be returned back when running check-case-insensitive.pl

From: Mitch Arends <mjarends_at_us.ibm.com>
Date: 2004-12-10 22:57:57 CET

I recently installed the check-case-insensitive.pl script on our SVN
server. The script is working correctly except for the fact that
TortoiseSVN does not display the error message returned from the Perl
script. It only displays the text from the calling .bat file. Has anyone
experienced this or had luck getting the hook script to work? Thanks in
advance for any help.

The Perl script is used was the latest from here:
http://svn.collab.net/viewcvs/svn/trunk/contrib/hook-scripts/

The .bat file looks like the following:
perl C:\SVNScripts\check-case-insensitive.pl -debug -debug -debug %1 %2

IF ERRORLEVEL 1 GOTO :ERROR
        exit 0
:ERROR
        echo Error found in commit 1>&2
        exit 1

I used the lines in the Perl script to created the .bat file. Thanks in
advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 10 23:00:16 2004

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.