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);
|
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.