Why is git -cvsimport missing one core set of patches?

This is a continuation of the previous question .

I can view the result of cvsps (saved in the ~ / .cvsps directory) and see the patch set for a large complex commit. But this commit does not appear when I do cvsimport to update an existing git repository. I know that git -cvsimport will ignore patches that are newer than 10 minutes in an attempt to avoid importing the CVS compilation, which is incomplete. I think I also heard that he will skip patches for which the linked branch cannot be identified. What other reasons can git -cvsimport call to ignore my commit? How can I debug this?

Here is some cvsps output:

patchset: 50064
date: 1238445635
author: skiphoppy
tag: 
tag_flags: 0
branch: HEAD 
branch_add: 1
descr:
My log message

-=-END CVSPS DESCR-=-
members:
file:ordinaryChangedFile; pre_rev:1.44; post_rev:1.45; dead:0; branch_point:0
file:newFileRenamedAndModifiedFromOldFile; pre_rev:INITIAL; post_rev:1.1; dead:0; branch_point:0
file:deletedFileGoneBecauseRenamed; pre_rev:1.2; post_rev:1.3; dead:1; branch_point:0
...

branch_add: 1 ? 9 ; 50090 branch_add: 0. , , cvsps git -cvsimport. , . CVS . , git, git , CVS.

, 4 1/2 reimport git CVS - cvsimport .

, , git -cvsimport ( cron, ) ! git , ; git -cvsimport , , .

+5
4

, . git -cvsimport :

git cvsimport -p x ...

, -p x -x cvsps, , , . , , , , . , , , .

git cvsimport , Google "git cvs." , git -cvsimport Perl cvsps, , cvsps. , cvsps :

cvsps --norc x --cvs-direct ...

:

cvsps --norc -x --cvs-direct ...

, cvsps, ( , ), x -x. , cvsps, , , , git -cvsimport .

, git cvsimport :

git cvsimport -p -x ...

, ( , ). , , !

: git -cvsimport Windows, , . 10% , , . , ...

+7

! , !

cvsimport . "master" "origin" git, cvsimport, , :

, :

git log

'origin'

git branch -f origin

( "master" HEAD)

git

"master" ,

git branch -f master origin

git

, cvsimport,

git cvsimport...

+3

- CVS , git git cvsimport; ( , .

, - reset cvs/master , git cvsimport .

+1

, , git -cvsimport, , Perl, , , Perl, , , , , Perl, , .

, , git -cvsimport perl ( Perl) -d:

perl -d /usr/local/libexec/git-core/git-cvsimport

I did not get all the other options designed for this, but ... I will need to feed the gv-cvsimport cvsps output directly, I think ...

-1
source

All Articles