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

Re: [SVN-DEV] RE: CVS update: MODIFIED: libsvn_wc ...

From: <cmpilato_at_collab.net>
Date: 2001-09-04 17:48:57 CEST

"C. Scott Ananian" <cananian@lesser-magoo.lcs.mit.edu> writes:

> What does 'realpath' do with 'bar/baz/'?

Not sure. But that's irrelevant.

The code that does the sorting doesn't need to know the file/dir-ness
of a path. It's a friggin' SORT ROUTINE -- it SORTS. It doesn't read
the disk, it doesn't canonicalize, it doesn't write home to Mom -- it
sorts.

The code that does the recursing is entered after the paths have all
been sorted, and it checks the file/dir-ness of each target (among
other things). That code is hitting the disk all over the place,
reading entries files and examining timestamps and all that stuff.

Folks, please read the code. At least demonstrate that you know the
layout of the shed before running off to Home Depot to choose your
colors.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:39 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.