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

Re: svn commit: r21067 - in branches/incomplete-directories/subversion: include libsvn_wc

From: Peter Samuelson <peter_at_p12n.org>
Date: 2006-08-14 08:16:33 CEST

[kfogel@tigris.org]
> - case svn_depth_zero:
> + case svn_depth_base:
> val = "0";
> break;
> - case svn_depth_one:
> + case svn_depth_onelevel:
> val = "1";
> default:
> - /* Else assume 2 (svn_depth_infinity), which we represent as "",
> + /* Else assume 2 (svn_depth_subtree), which we represent as "",
> which write_val() will emit if handed NULL. */
> val = NULL;

That brings up a question - why not use readable strings like "base"
and "onelevel" in the entries file, rather than "0" and "1"? Yes, I
know, the entries file doesn't _have_ to be human-readable/editable,
but....

Received on Mon Aug 14 08:17:06 2006

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.