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

Re: svn commit: r12038 - in trunk/subversion: clients/cmdline include libsvn_client tests/clients/cmdline

From: <kfogel_at_collab.net>
Date: 2004-11-29 16:54:48 CET

lundblad@tigris.org writes:
> Log:
> Fix issue #2099. Support --force on diff command to show diffs even for files
> marked as binary.
>
> * subversion/include/svn_client.h (svn_client_diff2), svn_client_diff_peg2:
> New declarations.
> (svn_client_diff, svn_client_diff_peg): Deprecate.
>
> * subversion/libsvn_client/diff.c: Untabify file and
> s/svn_client_diff/svn_client_diff2 in comments.
> (diff_cmd_baton): Add force_binary and rename force:diff_output to
> force_empty (users updated).

"force_diff_output", not "force:diff_output"

> (diff_content_changed): Always produce diff output if
> diff_cmd_baton->force_binary is true.
> (svn_client_diff2, svn_client_diff_peg2): New functions, copied from
> the now deprecated ones. INitialize diff_cmd_baton->force_binary, and also
> ->force_empty.

"INitialize"

(There must be something funny about your keyboard, because the
"INxxx" thing happens a lot :-) ).

I saw no problems in the change itself. Nice work!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 29 16:58:57 2004

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.