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

Re: revision/date handling in the client library

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-25 22:27:13 CET

Philip Martin <philip@codematters.co.uk> writes:
> typedef struct svn_client_revision_s {
>
> enum svn_client_revision_type type;
>
> svn_revnum_t number;
> apr_time_t date;
>
> } svn_client_revision_t;

I think we could `union' those last two fields, no?

(Btw, is "_s" your struct suffix? We usually just use _t for both...)

> Look at the ugly revision handling in svn_client_diff to see how bad
> it gets at present.
>
> Comments?

I like! Would you like me to do it, or were you planning to do it?
I'm fine with either way.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:00 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.