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

Re: CVS update: MODIFIED: libsvn_repos ...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-06-12 03:45:29 CEST

sussman@tigris.org writes:

> Modified: subversion/libsvn_repos commit_editor.c
> Log:
> Bugfix for #388: If the client wants to bail during a commit, tell the
> RA layer about it (...so it can call svn_fs_abort_txn().)

I haven't closed issue 388 yet, because there's still a bug somewhere.

Indeed, whenever svn_wc_crawl_local_mods returns an error,
libsvn_client calls ra->abort_commit(). But abort_commit() is
segfaulting, and I'm trying to debug through this now. It seems that
the fs and txn objects are both pseudo-corrupt (?!), which is causing
a segfault deep within svn_fs_abort_txn.

---------------------------------------------------------------------
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:36:31 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.