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

Re: svn commit: rev 6716 - in branches/fs-schema-changes/subversion: include libsvn_fs libsvn_repos svnadmin tests/libsvn_fs tests/libsvn_repos

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-08-12 23:51:17 CEST

kfogel@collab.net wrote:

>cmpilato@tigris.org writes:
>
>
>>+/* Our coolio opaque history object. */
>>+struct svn_fs_history_t
>>+{
>>+ svn_fs_t *fs;
>>+ const char *path;
>>+ svn_revnum_t revision;
>>+ const char *path_hint;
>>+ svn_revnum_t rev_hint;
>>+ int is_interesting;
>>+};
>>
>>
>
>So coolio that none of its fields need to be documented :-) ?
>(Seriously -- I try not to be a stickler about internal structs when
>the fields are obvious, but in this case some docs might clarify,
>particularly the hint fields and is_interesting).
>
And sometimes I wonder why we have svn_boolean_t, then people keep using
int...

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 12 23:50:37 2003

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.