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

Re: strange error of 'svn diff'

From: John Szakmeister <john_at_szakmeister.net>
Date: 2003-11-09 13:42:32 CET

I'm going to assume that you are running 0.32.1 and not HEAD. There have been
several fixes involving diffs since 0.32.1 was release. Mainly in r7529 and
r7574. I think the later one finally removed the problem that you are
seeing.

On Sunday 09 November 2003 03:29, plasma wrote:
[snip]
>
> --- subversion/libsvn_wc/diff.c.orig Sun Nov 9 11:06:07 2003
> +++ subversion/libsvn_wc/diff.c Sun Nov 9 11:06:33 2003
> @@ -578,7 +578,8 @@
>
> if (err)
> {
> - svn_error_compose (err, err2);
> + if (err2)
> + svn_error_compose (err, err2);
> return err;
> }
> if (err2)

Looks like someone has already resolved this problem in HEAD. Thanks for
pointing this out though!

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 9 13:39:02 2003

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

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