[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 7814 - in trunk/subversion: libsvn_fs libsvn_fs/util mod_dav_svn tests/libsvn_fs

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-11-21 02:40:12 CET

Philip Martin <philip@codematters.co.uk> writes:

> > + err = svn_fs_abort_txn (txn4, pool);
> > + if (! err)
> > + return svn_error_create
> > + (SVN_ERR_FS_GENERAL, NULL,
> > + "expected error trying to abort a committed txn; got none");
> > + else if (err->apr_err != SVN_ERR_FS_TRANSACTION_NOT_MUTABLE)
> > + return svn_error_create
> > + (SVN_ERR_FS_GENERAL, NULL,
> > + "got an unexpected error trying to abort a committed txn");
> > + }
> > return SVN_NO_ERROR;
>
> All three return paths fail to clear or return err.

Well, that just goes to show -- coding while watching the extended
edition of The Two Towers just doesn't pay off. :-(

Will fix...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 21 02:41:24 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.