Re: svn commit: rev 860 - trunk/subversion/libsvn_wc
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-12 10:41:29 CET
On Fri, Jan 11, 2002 at 06:19:53PM -0600, kfogel@tigris.org wrote:
note this
> SVN_ERR (svn_wc__get_eol_style (&style, &eol, vfile->data, pool));
and here
> + vfile->data, NULL, pool));
here
> + FALSE,
and here
The existing code for keywords does not scale well at all. If we add a
I would *highly* recommend something like:
typedef struct {
svn_error_t * svn_wc__get_keywords(svn_keyword_set_t **kset, ...);
svn_error_t * svn_io_copy_and_translate(...,
Thus, to add a new keyword, we add a new field to the structure and change
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:56 2006 |
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.