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

Re: error while restoring repository from dump

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 1 Jul 2010 13:17:08 +0300 (Jerusalem Daylight Time)

Himanshu Raina wrote on Thu, 1 Jul 2010 at 12:02 -0000:
> Hi,
> Since I was moving to a new server, I dumped existing repository data using 
> svnadmin dump /pathto/repos > data.dump
> Next I create a new repository on the new server and tried to load data using
> svnadmin load /pathto/repos < data.dump
> While loading data it gave me the following error.
> <<< Started new transaction, based on original revision 105 svnadmin: Invalid control character '0x0d' in path 'branches/test01/htdocs/property/\015'

I'd like to know if the \015 (LF) is part of the pathname in the
original repository. Can you check that?

Can you compare the data.dump file on the old/new server, to make sure
nothing changed its line endings en route? (try SHA-1 or something else
that doesn't ignore whitespace)

> Any idea how can this be resolved. I tried excluding this path  using svndumpfilter but it didn't help either.

How exactly did you run svndumpfilter? Try excluding one of the parents
of this path.

> RegardsHimanshu Raina
>
>
>
Received on 2010-07-01 12:17:09 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.