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

Re: CVS update: subversion/subversion/libsvn_fs editor.c

From: Ben Collins-Sussman <sussman_at_newton.ch.collab.net>
Date: 2001-03-19 20:37:40 CET

Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:

> >
> > SVN_ERR (svn_fs_abort_txn (eb->txn));
>
> #define SVN_ERR(expr) \
> do { \
> svn_error_t *svn_err__temp = (expr); \
> if (svn_err__temp) \
> return svn_err__temp; \
> } while (0)
>
> It looks like it is being returned to me.
>
> > + return err;
> > }

It's only returning an error if the abort_txn call fails. We still
need to return an the `err' variable returned by the commit_txn call!
Received on Sat Oct 21 14:36:26 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.