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