You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tomáš Klinkovský <tk...@iol.cz> on 2011/11/03 10:00:17 UTC

svn 1.7.1 for Windows/64bit - cannot perform svn update

Hello,

starting from svn 1.7 I cannot make "svn update" anymore on Windows 7, 
64bit.

C:\Users\tomas\Documents\xxx>svn --version
svn, version 1.7.1-SlikSvn-1.7.1-X64 (SlikSvn/1.7.1) X64
	compiled Oct 26 2011, 14:18:24

C:\Users\tomas\Documents\xxx>svn update
Updating '.':
svn: E235000: In file '..\..\..\subversion\libsvn_wc\wc_db.c' line 11039:
	assertion failed (base_status == svn_wc__db_status_incomplete)

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

This problem is there even if I make a fresh checkout and then update.

Tomáš Klinkovský, tklink@iol.cz
Czech Republic


Re: svn 1.7.1 for Windows/64bit - cannot perform svn update

Posted by Ulrich Eckhardt <ul...@dominolaser.com>.
Am 03.11.2011 12:31, schrieb Tomáš Klinkovský:
> My server is also very old:
>
> $ svn --version
> svn, version 1.0.9 (r11378)
> compiled Oct 14 2004, 10:04:20

Hehe, that's actually a proof that the SVN team's been doing a pretty 
good job maintaining compatibility. Seven years without a glitch, it 
seems. Thumbs up! ;)

Anyway, you might be able to work around this bug by simply upgrading 
the server. You would get a few nice features too, like the 
easier-to-manage FSFS repo format, merge tracking, optimized deltas ... 
a few years worth of features. Please take some time for this though, 
you will probably have to dump and reload your repository, and 
(IMPORTANT!) you will have to do that with the old software version. 
Make sure you have backups (but you do have a backup/recovery plan 
anyway, don't you?).

Cheers!

Uli
**************************************************************************************
Domino Laser GmbH, Fangdieckstra�e 75a, 22547 Hamburg, Deutschland
Gesch�ftsf�hrer: Thorsten F�cking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at http://www.dominolaser.com
**************************************************************************************
Diese E-Mail einschlie�lich s�mtlicher Anh�nge ist nur f�r den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empf�nger sein sollten. Die E-Mail ist in diesem Fall zu l�schen und darf weder gelesen, weitergeleitet, ver�ffentlicht oder anderweitig benutzt werden.
E-Mails k�nnen durch Dritte gelesen werden und Viren sowie nichtautorisierte �nderungen enthalten. Domino Laser GmbH ist f�r diese Folgen nicht verantwortlich.
**************************************************************************************


Re: svn 1.7.1 for Windows/64bit - cannot perform svn update

Posted by Philip Martin <ph...@wandisco.com>.
Tomáš Klinkovský <tk...@iol.cz> writes:

> My server is also very old:
>
> $ svn --version
> svn, version 1.0.9 (r11378)
> 	compiled Oct 14 2004, 10:04:20
>
> But I don't access it through Apache, I have the Subversion daemon
> running and I use the "svn:" protocol.
>
> Can I provide any other help?

I can reproduce the error. I've raised issue 4048:

http://subversion.tigris.org/issues/show_bug.cgi?id=4048

-- 
Philip

Re: svn 1.7.1 for Windows/64bit - cannot perform svn update

Posted by Tomáš Klinkovský <tk...@iol.cz>.
Philip Martin wrote:

> Tomáš Klinkovský <tk...@iol.cz> writes:
>> starting from svn 1.7 I cannot make "svn update" anymore on Windows 
>> 7, 64bit.
>> C:\Users\tomas\Documents\xxx>svn --version
>> svn, version 1.7.1-SlikSvn-1.7.1-X64 (SlikSvn/1.7.1) X64
>> 	compiled Oct 26 2011, 14:18:24
>>
>> C:\Users\tomas\Documents\xxx>svn update
>> Updating '.':
>> svn: E235000: In file '..\..\..\subversion\libsvn_wc\wc_db.c' line 11039:
>> 	assertion failed (base_status == svn_wc__db_status_incomplete)
>> This problem is there even if I make a fresh checkout and then update.
> What version of mod_dav_svn is server using? This has been reported to 
> happen when the server is running the very old 1.0.8 mod_dav_svn.

My server is also very old:

$ svn --version
svn, version 1.0.9 (r11378)
	compiled Oct 14 2004, 10:04:20

But I don't access it through Apache, I have the Subversion daemon 
running and I use the "svn:" protocol.

Can I provide any other help?

Tomáš


Re: svn 1.7.1 for Windows/64bit - cannot perform svn update

Posted by Philip Martin <ph...@wandisco.com>.
Tomáš Klinkovský <tk...@iol.cz> writes:

> starting from svn 1.7 I cannot make "svn update" anymore on Windows 7,
> 64bit.
>
> C:\Users\tomas\Documents\xxx>svn --version
> svn, version 1.7.1-SlikSvn-1.7.1-X64 (SlikSvn/1.7.1) X64
> 	compiled Oct 26 2011, 14:18:24
>
> C:\Users\tomas\Documents\xxx>svn update
> Updating '.':
> svn: E235000: In file '..\..\..\subversion\libsvn_wc\wc_db.c' line 11039:
> 	assertion failed (base_status == svn_wc__db_status_incomplete)
>
> This problem is there even if I make a fresh checkout and then update.

What version of mod_dav_svn is server using?  This has been reported to
happen when the server is running the very old 1.0.8 mod_dav_svn.

-- 
Philip