[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 5470 - in trunk/subversion: libsvn_ra_svn svnserve

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-03-27 02:34:49 CET

On Wed, Mar 26, 2003 at 05:32:13PM -0800, Greg Stein wrote:
> On Wed, Mar 26, 2003 at 12:51:26PM -0600, kfogel@tigris.org wrote:
> >...
> > +++ trunk/subversion/libsvn_ra_svn/client.c Wed Mar 26 12:51:21 2003
> > @@ -474,7 +474,8 @@
> > {
> > ra_svn_commit_callback_baton_t *ccb = baton;
> >
> > - return svn_ra_svn_read_tuple(ccb->conn, ccb->pool, "rcc", ccb->new_rev,
> > + return svn_ra_svn_read_tuple(ccb->conn, ccb->pool, "r(?c)(?c)",
> > + ccb->new_rev,
>
> Woah! How can you have *two* optional pieces? What if the date was not
> provided, but the author was? Are you now going to read the author into the
> date field?

Never mind... the sublists deal with the problem...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 27 02:32:12 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.