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

Re: Dealing with very old repo format (version 1)

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 29 Apr 2015 23:04:00 +0000

[snipping the part about db/revs, this is only about db/revprops]

Philip Martin wrote on Wed, Apr 29, 2015 at 18:53:04 +0100:
> Andrew Reedick <jreedick_at_incomm.com> writes:
>
> > Bad News: However, it seems that I have bigger issues:
> > * Dumped revision 109662.
> > svnadmin: E720002: Can't open file
> > 'devel_copy\db\revprops\109663': The system cannot find the file
> > specified.
>
> You can replace a missing revprop file with a file containing a single
> line:
>
> END
>

The file must be exactly four bytes long and must end with an LF
character (0x0A). In particular, just using 'echo END > foo' will work
*on unix* but not on windows.

Daniel
Received on 2015-04-30 01:04:30 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.