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

Caching the existance of a (base) property file?

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-11-04 16:57:56 CET

Dan,

I was reading through our code in preparation of r17186 and I found
out there's no reason to add an extra field to indicate the presence
of a base-props file:

if (entry->prop_time)
 /* there is a base-pops-file */;
else
 /* there's not... */

Or am I wrong and is prop_time for wc-prop-files?

Heh. Nice to be in the jungle!

bye,

Erik.
Received on Fri Nov 4 16:59:13 2005

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.