You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by James Moore <jm...@policytech.com> on 2011/10/20 23:23:19 UTC

Error attempting to commit changes.

---------------------------
Subversion Exception!
---------------------------
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list (users@subversion.apache.org)
with as much information as possible about what you were trying to do.
But please first search the mailing list archives for the error message to avoid reporting the same problem repeatedly.
You can find the mailing list archives at http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 9465: assertion failed (work_presence == svn_wc__db_status_normal ||
work_presence == svn_wc__db_status_not_present || work_presence ==
svn_wc__db_status_base_deleted)

As much information as possible:
On Monday, 17-Oct-2011, I upgraded to 1.7.0 (64bit) on my client machine.  Our server is still on 1.5.??  It asked me to clean/upgrade my local database and I did.  I can update and updates are received without incident.  I have even committed code since Monday, once or twice.  I have had no conflicts.  I DID have files pending when I upgraded to 1.7.0.  Those files are still pending (we're going to make a branch before I can commit those).  However, I have modified other files and am now attempting to commit them when I get this error as the program is attempting to build the file list to show which files have been modified.

What I've done: I've rebooted my machine - result: no change.
Let me know what I can do to help find a solution to this.  Thanks!

-James

Re: Error attempting to commit changes.

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
James Moore wrote on Thu, Oct 20, 2011 at 15:23:19 -0600:
> As much information as possible:

Thank you!

> What I've done: I've rebooted my machine - result: no change.
> Let me know what I can do to help find a solution to this.  Thanks!

1.7.1 will be released in a few days and relaxes the particular
assertion you ran into.  Could you test whether current nightly builds
(linked against the 1.7.1 candidate or against branches/1.7.x@HEAD)
resolve the bug?

If they don't, the next best thing would be a script or recipe for
reproducing the problem, ideally one that starts by creating a new
repository and/or working copy.