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

Re: Problem with svn_wc_process_committed

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-07-13 00:02:15 CEST

Philip Martin <philip@codematters.co.uk> writes:

> svn_error_t *
> svn_wc_adm_open(svn_wc_adm_access_t **adm_access,
> svn_wc_adm_access_t *parent_access,
> const char *path,
> svn_boolean_t write_lock,
> apr_pool_t *pool);
>
> Where parent_access can be NULL. When parent_access is not NULL the
> first svn_wc_adm_open for a given path stores the new child baton in
> an internal hash. Subsequent calls for the same path return the baton
> out of the cache.

I have a patch that implements this. It's quite straightforward and I
believe it works as well as the current implementation. Given our
current corruption bug, should I commit it?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 13 00:02:45 2002

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.