Re: .svnignore functionality
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-18 21:32:32 CEST
Mark Benedetto King <bking@answerfriend.com> writes:
> -/* The name of the '.svnignore' file */
This is goodness.
> static svn_error_t *
Good rename.
> + svn_stringbuf_t *file = svn_wc__adm_path( path, 0, pool, SVN_WC__ADM_DIR_PROPS, NULL );
Badness. This function should be using the public API to fetch the
The public API is svn_wc_prop_get(), in include/svn_wc.h. You don't
>
Let's not put "svn:ignore" directly in there. Instead, define a macro
---------------------------------------------------------------------
|
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.