[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 1508 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/bindings/ruby

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-03-14 17:00:23 CET

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

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.