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

svn_wc__entry_modify: Assertion failed

From: richard hornsby <richardjhornsby_at_gmail.com>
Date: Tue, 8 Jan 2008 13:43:40 -0500

Hi guys,

Having a strange issue with the svn client crashing (core dump) on me.
 Problem was in 1.4.3 (ubuntu packages), so I upgraded (compiled)
1.4.6 and it still crashes with the message (transcription below)

svn: subversion/libsvn_wc/entries.c:2444: svn_wc__entry_modify: Assertion
`orig_schedule == entry->schedule' failed.
Aborted (core dumped)

We're using extjs (a relatively large set of files) and keep a copy of
it in our svn repo with the rest of our
"common" code. When I went to upgrade from 1.x to 2.0, the only way I
could think to _replace_ it was to svn rm the whole directory, and
then re-add the new version. Adding the directory, however, causes
svn to crash:

$ svn --version
svn, version 1.4.6 (r28521)

$ svn add extjs
svn: subversion/libsvn_wc/entries.c:2444: svn_wc__entry_modify: Assertion
`orig_schedule == entry->schedule' failed.
Aborted (core dumped)
$ svn stat
? extjs-1.1.1
? extjs
? ext-2.0.zip
  L .

If I try something else, it seems to work okay:

$ svn cleanup
$ mkdir test
$ svn add test
A test

$ find extjs -name '.svn'
[no output]

I'm not sure where the core file is ending up, and it might not be
getting written to disk based on a system config value (IIRC). Please
let me know what info I can provide without being too verbose.

thanks guys

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-08 20:53:03 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.