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

Re: svn commit: r1412225 - in /subversion/trunk/subversion: include/svn_diff.h libsvn_client/diff.c libsvn_diff/util.c svnlook/main.c

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 21 Nov 2012 19:45:56 +0000 (GMT)

Bert Huijben wrote:

>> Author: julianfoad
>>
>> URL: http://svn.apache.org/viewvc?rev=1412225&view=rev
>> Log:
>> Factor out the display of property diffs from 'svn' and
>> 'svnlook'.  No functional change.
>>
>> * subversion/include/svn_diff.h
>>   (svn_diff_mem_string_output_unified2): Clarify how the header
>> parameters are used.
>>   (svn_diff__display_prop_diffs): New function.
>
> You should probably create a new subversion/include/privste/svn_diff_private.h
> header instead of adding private functions in public files.

You're right -- I will.

> But maybe you want to turn it into a public api before 1.8?

I initially thought it would be public, but then I found it has some problems (with encoding, and with "No newline at end of property") so I don't want to make it public yet.

> If it becomes public it needs, @since, etc.

Of course.

Thanks for the review.

- Julian
Received on 2012-11-21 20:46:35 CET

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.