Hi,

On Sun, 24 Dec 2017 03:32:05 +0530
Dinesh Thirumurthy <[email protected]> wrote:
>> The conversion on github is done with cvs2gitdump. 
> 
> git2cvsdump dumps core on latest current.
> I am stumped after some basic investigation.
> 
> /usr/local/bin/cvs2gitdump dumps core.
(snip)
> What I did:
> 
> mkdir x
> cd x
> cvs -qd [email protected]:/cvs checkout -P src
> mv src src0 # save a copy for later use
> cp -r src0 src1 # use a copy of the repo

src1 seems to be a check outted source code.

> pkg_add -vvv cvs2gitdump 
> # follow instructions given in source also at
> https://github.com/yasuoka/cvs2gitdump/blob/master/cvs2gitdump.py
> git init --bare git1.git
> cvs2gitdump -k OpenBSD -e openbsd.org /home/user/x/src1 > openbsd.dump

Last argument for cvs2gitdump should be a CVS repository, not source
code.

To get a copy of OpenBSD CVS repository, you can see
http://www.openbsd.org/cvsync.html

--yasuoka

Reply via email to