Trying to use git-cvsimport, but it is in conflict with the cvsps.
Running Opensuse 12.3
git version 1.8.1.4
cvsps version 3.8
cvs version 1.12.12
The orignal cvs project is under /home/username/workspace/myApp. I'm trying to convert it over to git under /home/username/workspace2/myApp. Chose different location because I wanted to test the convertion/cvsimport first.
First exporting cvsroot
Code:
username@machine:~/workspace/myApp> export CVSROOT=:pserver:username@cvs.company.com:/cvs/cvs5
Code:
username@machine:~/workspace/myApp> git cvsimport -d $CVSROOT -C /home/username/workspace2/myApp -r cvs -k myApp
Initialized empty Git repository in /home/username/workspace2/myApp/.git/
bad usage: invalid argument --norc
Code:
username@machine:~/workspace/myApp> git cvsimport -C /home/username/workspace2/ myApp
Initialized empty Git repository in /home/username/workspace2/.git/
bad usage: invalid argument --norc
Checking the manual pages for cvsps the argument --norc does not exist.
Trying to check online for cvsps cvsps(1): create patchset info from CVS - Linux man page
--norc
when invoking cvs, ignore the .cvsrc file
Bookmarks