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

Re: Philip, question about svn_client_diff()

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

Philip Martin <philip@codematters.co.uk> writes:
> I've been meaning to post a proposal about revision numbers. Quick
> summary, the libsvn_client interface is ugly. Some functions take two
> revisions and two dates (diff), others only take revisions (log). What
> I think we need is based on a suggestion from Branko
>
> struct svn_revision_t {
> enum svn_revision_type {
> svn_revision_unspecified,
> svn_revision_date,
> svn_revision_number,
> svn_revision_head,
> svn_revison_current,
> svn_revison_last
> } type;
> svn_revnum_t number;
> apr_time_t date;
> };
>
> With some functions/macros for access/manipulation. I'll finish and
> post it.

YES! :-)

I am so hungry for that change, I can taste it...

-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.