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

[TSVN] Re: TortoiseSVN not displaying standard error text in error message

From: Jens Scheidtmann <Jens.Scheidtmann_at_bayerbbs.com>
Date: 2004-12-10 10:24:00 CET

dev-return-10411-jens.scheidtmann=bayerbbs.com@tortoisesvn.tigris.org writes:

> 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.

Where did you get that perl script? Then I can have a look at it.
How does your .bat look like?

I guess it's a STDOUT/STDERR problem, ie. the perl script uses STDERR
as output, while the .bat outputs to stdout. You probably need to use
redirection to merge both outputs.

Something along the lines of

perl many option here 2>1
or 2&>1 or 2>&1

(I always get confused what the correct syntax is)

HTH,

Jens

-- 
Jens.Scheidtmann@bayerbbs.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Dec 10 10:25:01 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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