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

Re: svn commit: r8672 - in trunk/subversion: include libsvn_subr

From: <kfogel_at_collab.net>
Date: 2004-02-17 22:35:04 CET

philip@tigris.org writes:
> + /* The documentation for apr_dir_read states that "." and ".." will be
> + returned as the first two files, which ties in nicely with the
> + ordering guarantees given by svn_io_dir_walk (and svn_repos_hotcopy
> + relies on those guarantees). Unfortunately apr_dir_read doesn't
> + work that way in practice, in particular ext3 on Linux-2.6 doesn't
> + follow the rules. For details see
> + http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=56666 for
> +
> + If APR ever does implement "dot-first" then it would be possible to
> + remove the svn_io_stat and walk_func calls and use the walk_func
> + inside the loop.

Oh, never mind -- it's in the change itself, which is better.

Ignore me.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 17 23:37:24 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.