cmpilato@collab.net writes:
> Heh, I wonder if this means that the modify_entry function will now
> look something like:
>
> modify_entry (svn_wc_entry_t *entry, /* the entry to modify */
> svn_wc_entry_t *new_vals, /* a nice place to hold new values */
> apr_uint16_t modify_flags, /* bit-mask of which values to mod */
> apr_pool_t *pool) /* our favoritest structure in svn */
Nah, I think we just wouldn't *have* a modify_entry() function.
Instead, you just, you know, modify the entry, using the C assignment
operators. The read/write functions do type conversion for you (since
everything in a .entries file is a string, but the structure wants to
hold svn_revnum_t, etc).
-K
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 14 16:50:56 2002