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

Re: A proposed solution for svn admin directory names

From: Charles Bailey <bailey.charles_at_gmail.com>
Date: 2005-07-12 15:46:14 CEST

On 7/11/05, Branko Èibej <brane@xbc.nu> wrote:===================================================================> --- subversion/include/svn_wc.h (revision 15318)> +++ subversion/include/svn_wc.h (working copy)> @@ -337,6 +337,15 @@> apr_pool_t *pool);> > > +/**> + * Return @c TRUE if @a name is the name of the WC administrative> + * directory (usually ".svn"). Use @a pool for any temporary allocations.> + *> + * @since New in 1.3.> + */> +svn_boolean_t svn_wc_is_adm_dir (const char *name, apr_pool_t *pool);
Is it worthwhile tomake svn_wc__adm_path() public as well, so that ahypothetical tool layered on Subversion can find the admin dir to addits own files?-- Regards,Charles BaileyLists: bailey _dot_ charles _at_ gmail _dot_ comOther: bailey _at_ newman _dot_ upenn _dot_ edu
Received on Tue Jul 12 15:47:07 2005

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.