Re: svn_client_ls - how can I tell file from dir
From: Ben Reser <ben_at_reser.org>
Date: 2004-03-25 01:58:23 CET
On Thu, Mar 25, 2004 at 12:00:51AM +0000, Barry Scott wrote:
Well svn_client_ls fills a hash of svn_dirent_t's.
Since svn_client_ls only takes one target you can safely assume that if
If you get one entry in the hash the entry could be a reply to a file or
You can find out the number of entries in the hash with apr_hash_count.
> In svncpp we want to return the expanded path of all
Why? svn_client_ls is already giving you the type in the kind entry in
-- Ben Reser <ben@reser.org> http://ben.reser.org "Conscience is the inner voice which warns us somebody may be looking." - H.L. Mencken --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Mar 25 01:58:43 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.