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

svnadmin: Unrecognized record type in stream ( importing from cvs2svn )

From: Mystery Mark <mystery.mark_at_gmail.com>
Date: 2005-07-06 17:06:39 CEST

I'm trying to migrate my CVS repository over to SVN
I had some trouble doing it in one go so am resorting to taking 2 steps.

1. export a dumpfilesvnadmin: Unrecognized record type in stream

whs20336# cvs2svn -v --dump-only --dumpfile dumpfile /tmp/razor-cvsroot/

2. Create new repository.

whs20336# rm -rf /usr/local/svn/repos/
whs20336# svnadmin create /usr/local/svn/repos/

3. load dumpfile into new repository.

whs20336# svnadmin load /usr/local/svn/repos < ./dumpfile

    (which gives the output......)

<<< Started new transaction, based on original revision 1
     * adding path : trunk ... done.
svnadmin: Unrecognized record type in stream

(note that this is the same error I get when trying to do the
migration in 1 step)

Can anyone advise?

Regards
Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 6 18:23:15 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.