Re: svn commit: r23767 - in trunk/subversion: include libsvn_wc
From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-03-12 08:52:29 CET
On 3/12/07, Karl Fogel <kfogel@red-bean.com> wrote:
I thought about it a while and figured:
- People will generally version non-empty files (meaning 0 will be
The main reason to choose 0 (given these small costs) is that code
if (text_size) ...
which I consider very much more readable than
if (text_size == -1) ...
So, in the end, it boils down to personal preference, I guess.
> (Later, in r23770, you added text saying "negative if the file is
Yes, this is possible. Anybody else who'd rather have it this way?
Bye,
Erik.
---------------------------------------------------------------------
|
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.