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

Re: Accessing really old SVN repo

From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Tue, 10 Apr 2018 23:08:57 +0300

Terry Brugger <zow_at_acm.org> writes:

> Any thoughts on how I can access this repo? If it looks like something
> broken, how about at least accessing the HEAD?

Subversion 1.9.3 had a bug where it made incorrect assumptions about old
repositories without a "db/format" file. This is the most likely cause for
the errors you're seeing.

This bug has been fixed starting from version 1.9.5, so you might want
to try accessing the repository with a more recent version. Alternatively,
you should be able to use any of the 1.8.x versions, as they didn't have
this bug.

If using a different version is unfeasible for any reason, you can try a
workaround by manually creating a "db/format" file containing "1\n" within
your repository.

Also, please note that dump and load is not required to access your data
(even for old repositories) with newer versions of Subversion, as these
newer versions are fully compatible with all previous repository formats
and can both read and write to them.

Hope this helps!

Regards,
Evgeny Kotkov
Received on 2018-04-10 22:09:24 CEST

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.