Re: Importance of CVSROOT folder while CVS to GIT migration
Michael Haggerty <[email protected]> Thu, 7 Sep 2017 13:23:17 +0200
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <CAMy9T_HNg=VZOiNuHrnmXsfkitA+sc=6T8Lr659we6Sv5HmA-Q@mail.gmail.com> |
On Thu, Sep 7, 2017 at 12:29 PM, anithavenkatesh <[email protected]> wrote: > I am trying to convert CVS dump files to git dat files by running below > command: > > cvs2git --blobfile=cvs2svn-tmp/git-blob.dat > --dumpfile=cvs2svn-tmp/git-dump.dat --retain-conflicting-attic-files > --use-cvs --fallback-encoding=ascii -vvv --username=cvs2svn > /anitha/xfortCallouts > > But, above command fails with below error: > ERROR: the path '/anitha/xfortCallouts' is not a CVS repository, nor a path > within a CVS repository. A CVS repository contains a CVSROOT directory > within its root directory. > > So, i created an empty CVSROOT directory under anitha folder and i could run > above command successfully and all 16 passes were successful. Is it ok to > proceed ahead of GIT migration or is it not a right way to create CVSROOT > empty folder? Kindly confirm. An empty CVSROOT directory is fine. The directory must be there because it is a requirement if you are running `cvs` to extract the data from your old repository, but none of its contents are used. Michael ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=3299984 To unsubscribe from this discussion, e-mail: [[email protected]].