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

Re: general comments on even more permissions issues

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-14 23:59:52 CET

Blair Zajac <blair@orcaware.com> writes:
> What about having a function that recursively walks the directory
> structure and just calls a supplied callback function with the file
> name. This looks like a simple way to implement this and it could
> easily belong in APR.

That would be great! And then apr_dir_remove_recursively() could be
implemented in terms of such a function (it would have to promise to
invoke the callbacks on leaf nodes, and then empty dirs, drawing up
toward the root of the tree, I guess).

CC'ing the APR list for reactions.

-Karl

---------------------------------------------------------------------
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:37:08 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.