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

Re: Subversion crashes on list with an empty format 3 repo

From: Michael Osipov <michaelo_at_apache.org>
Date: Fri, 5 Feb 2016 23:49:29 +0100

Am 2016-02-05 um 22:10 schrieb Ivan Zhakov:
> On 5 February 2016 at 23:48, Michael Osipov <michaelo_at_apache.org> wrote:
>> Am 2016-02-05 um 20:31 schrieb Ivan Zhakov:
>>>
>>> On 5 February 2016 at 21:38, Michael Osipov <michaelo_at_apache.org> wrote:
>>>>
>>>> Hi folks,
>>>>
>>>> Subversion advised me to report this.
>>>>
>>>> The following command was performed:
>>>> svn --non-interactive list
>>>>
>>>> file:///D:/Entwicklung/Projekte/maven-wagon/wagon-providers/wagon-scm/src/test/resources/test-repo-svn
>>>>
>>>> The repo is available here [1], the crash files are here [2].
>>>> The issue can always be reproduced, it does not require to run the tests
>>>> with Maven on Maven Wagon.
>>>>
>>> I cannot reproduce:
>>> [[[
>>> svn --non-interactive file:///D:/Ivan/temp/repos/test-repo-svn
>>> dummy
>>>
>>> C:\Program Files\VisualSVN Server\bin>svn --version
>>> svn, version 1.9.3 (r1718519)
>>> compiled Dec 15 2015, 11:23:08 on x86-microsoft-windows6.1.7601
>>
>>
>> After further testing, I think I know why it does not fail for you. You have
>> downloaded a tarball snapshot of the repo via Gitweb. I have retried with
>> that one and Subversion does not crash. Aifter that, I ran SHA1 on all
>> files, cloned via Git and from the tarball, they are different because Git
>> transforms the db files and aligned the line ending.
>>
>> svnadmin verify crashes too.
>>
>> These might shred the repo:
>> core.autocrlf=true
>> core.eol=native
>> core.safecrlf=true
>>
>> I have uploaded both repos to [1] as ZIP files.
>>
>> Can you kindly retry with a cloned repo or the ZIP files and report back?
>>
>> [1] http://home.apache.org/~michaelo/svn-crash-2016-02-05/
>>
> I downloaded archive and now I'm getting error about wrong FS type as expected:
> [[[
> C:\Program Files\VisualSVN Server\bin> --non-interactive
> file:///D:/Ivan/temp/repos/test-repo-svn
> svn: E170013: Unable to connect to a repository at URL
> 'file:///D:/Ivan/temp/repos/test-repo-svn'
> svn: E180001: Unable to open repository
> 'file:///D:/Ivan/temp/repos/test-repo-svn'
> 'vn: E160033: Invalid name for FS type 'fsfs
> ]]]

Picking up my previous response, I just tried binaries from VisualSVN
(probably the one you are using) and from SlikSVN. Both are working...is
that now an issue I have to raise with CollabNet or some hidden bug in
Subversion itself?

Michael
Received on 2016-02-05 23:50:38 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.