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

Re: subversion 1.1.4 - repos now corrupted

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-17 18:21:17 CEST

Markus Tacker wrote:
> Hoi,
>
> I am on Gentoo.
>
> I just installed PHP5 and therefore had to update to subversion 1.1.4
> as dev-libs/apr is required by net-www/apache-2.0.53.
>
> I endet up having unaccessible repositories.
>
>> $ svnadmin verify /var/svn/repos/sms/
>> *** glibc detected *** double free or corruption (out): 0x08065488 ***
>> Aborted
>
>> $ svnadmin recover /var/svn/repos/sms/
>> Repository lock acquired.
>> Please wait; recovering the repository may take some time...
>> Segmentation fault
>
> So, I created a new repo «test», added a file and this worked
>> $ svnadmin verify repos/test/
>> * Verified revision 0.
>> * Verified revision 1.
>>
>> $ svnadmin recover repos/test/
>> Repository lock acquired.
>> Please wait; recovering the repository may take some time...
>>
>> Recovery completed.
>> The latest repos revision is 1.
>
> Any ideas?

Berkeley DB repositories, I assume?

Try:

Ensure nothing is trying to access the repository
$ rm /var/svn/repos/sms/db/__db.*
$ svnadmin recover /var/svn/repos/sms

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 17 18:23:52 2005

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.