Re: conversion roadblock RHEL

Michael Haggerty <[email protected]> Thu, 13 Mar 2014 13:57:34 +0100
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
On 03/13/2014 07:04 AM, Ivan wrote:
> I'm using cvs2svn version 2.4.0 on RHEL5.  The CVS repository original
> copy is on solaris 8.
> 
> 
> --I've scp'd a whole cvs repository from the CVS server to this one.
> --I've chosen to only convert one cvs-project for now; called  'security'
> --all attempts to create a dumpfile are happy and successful with and
> without the --use-cvs option
> 
> --then, the dumpfile is scp'd off to a third server (RHEL 5 also), where
> svn is running.
> --the  'svnadmin load /path/to/repo < dumpfilename'  works just fine and is
>  verbose with all the nice items saying 'creating tags/nnn/mmm... '  and
> 'creating  branches/aaa/bbb ....'    and the whole load finishes.
> 
> --the svn repository is empty when all this is done.  
> --I do a simple $ls -la on the repository and no new files or
> directories are created.

It sounds like you are doing everything right.  If "svnadmin load"
completes successfully and doesn't emit any error messages, then you
don't even have to consider the earlier steps because the "svnadmin
load" step is necessarily broken.

Did you create the SVN repository first using "svnadmin create"?

> I can manually import my own small directories and files and do
> checkout to and from the repository; so I know it works.

Why don't you take a baby dumpfile from one of these small repository
conversions and try to "svnadmin load" it at your server using the exact
same command line?  It should be a lot quicker to test, and once that
works then probably loading the full repo will work too.

Michael

-- 
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=3074497

To unsubscribe from this discussion, e-mail: [[email protected]].