git cvsimport problem
From: Alenoosh Baghumian <hidden>
Date: 2016-06-15 22:44:33
Hi I want to import a remote cvs repository to git , here's what I do : $ mkdir git-test $ chmod 775 git-test/ $ chmod +s git-test/ $ chmod +t git-test/ $ cd git-test git-test$ git-cvsimport -k -i -d :pserver:anonymous@lib-pkp.lib.sfu.ca:/cvs -C myproj ojs2 -v output is the following : Initialized empty Git repository in /home/tux/git-test/myproj/.git/ Running cvsps... . . . cvs rlog: Logging ojs2/classes/session cvs rlog: Logging ojs2/classes/site cvs rlog: Logging ojs2/classes/submission cvs rlog: Logging ojs2/classes/subscription cvs rlog: Logging ojs2/classes/subscription/form cvs rlog: Logging ojs2/classes/tasks . . . . cvs rlog: Logging ojs2/pages/layoutEditor cvs rlog: Logging ojs2/pages/login cvs rlog: Logging ojs2/pages/manager cvs rlog: Logging ojs2/pages/oai cvs rlog: Logging ojs2/pages/payment cvs rlog: Logging ojs2/pages/proofreader cvs rlog: Logging ojs2/pages/reviewer git-cvsimport: fatal: cvsps reported error and every time I run this , it stops at the same point and gives that error. Do you have any idea ? Thanks in advance . Alenoosh