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

Re: Wishlist for enhancements

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-04-01 21:27:54 CEST

Ben Collins-Sussman wrote:

>> So I'd like another entry in
>>the status struct indicating the number of bytes or lines which have
>>changed.
>
>
> ...so it makes no sense to add this field to the status struct. We
> absolutely don't want to force brute-force comparisons!

You don't have to force this comparison. Just fill in that struct-member
if you do the brute-force comparison and leave it if you don't. Maybe
leaving it 0 or set it to an 'illegal' value (e.g. -1) to indicate that
this member isn't valid.
Or: another flag passed to svn_client_status() to force those comparisons?

Stefan

---
Never be afraid to try something new. Remember that a lone amateur built 
the Ark. A large group of professionals built the Titanic."Faith is 
good, but skepticism is better." - Giuseppe Verdi
---
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 1 21:28:58 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.