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

Re: question on headers

From: Edmund Wong <ed_at_kdtc.net>
Date: Tue, 07 Jul 2009 11:45:37 +0800

Blair Zajac wrote:

> What do you mean by headers? You mean C header files? What do you want to add?
>
I meant C header files., i.e. svn_wc.h

I'm attempting issue #3342, and don't want to complicate the
existing headers by adding conflict stats to them and maybe another
reason is I'm not even sure if the header content belong to any of the
current headers. Currently, conflict stats are placed in the
notify_baton, and my intention is taking them out of the notify_baton
and sticking them in a new struct, say:

struct svn_conflict_stats {
    ...stats here..

} svn_conflict_stats_t

and place it in a new header, say svn_conflict_stat.h. But
I'm getting the feeling that it would be frowned upon as it
would add one more file to the bunch.

> Contributors must sign one of the following depending if they are an individual
> or corporation:
>
> http://subversion.org/legal/individual-cla.html
> http://subversion.org/legal/corporate-cla.txt

Does this also apply to patches?

Thanks.

Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2368637
Received on 2009-07-07 05:47:30 CEST

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.