Stefan Küng wrote:
> Sven Brueggemann wrote:
[diffing properties]
> whereever it makes sense (e.g. "Check for Modifications",
>> lower pane of "Log Messages", "Changed Files",...) and
> Check for modifications already does diff props AFAIK.
> Haven't checked "Changed Files" dialog, but I think it
> already does diff the properties?
Yes - by multiple instances of TMerge.
>> Double-Click: Diff content if content is changed, otherwise
>> diff properties (so if both are changed, diff content).
> Not always fast to do. You see, sometimes we just fetch the file
> contents for diffing. If we also had to fetch every property to
> check if a diff is needed, that could take a *long* time.
Other that svn diff --summarize and svn status, svn log --verbose
doesn't tell me whether properties or content have changed -
is that true for the API you use, too? And isn't there an API that
can return you a list of changed properties?
On double click I wouldn't mind another single round trip to
the server but if you had to fetch a property list of both revisions
and than two revisions of each property to compare them, then that
would not be acceptable, of course.
I guess I'll have to look for some human readable API documentation
for better suggestions.
Kind regards
Sven
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jul 17 21:36:32 2006