John Keeping <john@xxxxxxxxxxxxx> writes: > git-cvsimport relies on version 2 of cvsps and does not work with the > new version 3. Since cvsps 3.x does not currently work as well as > version 2 for incremental import, document this fact. > > Specifically, there is no way to make new git-cvsimport that supports > cvsps 3.x and have a seamless transition for existing users since cvsps > 3.x needs a time from which to continue importing and git-cvsimport does > not save the time of the last import or import into a specific namespace > so there is no safe way to calculate the time of the last import. Isn't the whole "and git-cvsimport does not save the time..." part something that can be fixed in the new cvsimport that reads the output from cvsps3? To me, it sounds more like cvsps2 + cvsimport has an unfixable bugs and there have been an effort to rewrite cvsps2 from scratch. The resulting cvsp3 currently is unusable with cvsimport, especially when importing the history incrementally, and it isn't expected that it will ever be usable with cvsimport again. There are other tools that analyse the original history better and emits more correct output when used to convert the whole history, and hopefully cvsps3 + fast-import would become one of them. Suggest users to use them instead of cvsimport when they are not doing an incremental import. By the way, do we want to make any recommendation to the distro folks which cvsps they should ship? It appears that not shipping cvsps2 would be a major regression if cvsps3 does not plan to support incrementals, so shipping both might be the safest way for them to support their users with different needs. Thanks. I think the patch text itself is good. > Signed-off-by: John Keeping <john@xxxxxxxxxxxxx> > --- > On Wed, Jan 23, 2013 at 09:04:12PM -0800, Junio C Hamano wrote: >> Care to roll a proper patch with a log message? I'll discard the >> topic for now and replace it with your documentation update. > > Here it is. > > Documentation/git-cvsimport.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt > index 9d5353e..f059ea9 100644 > --- a/Documentation/git-cvsimport.txt > +++ b/Documentation/git-cvsimport.txt > @@ -18,6 +18,12 @@ SYNOPSIS > > DESCRIPTION > ----------- > +*WARNING:* `git cvsimport` uses cvsps version 2, which is considered > +deprecated; it does not work with cvsps version 3 and later. If you are > +performing a one-shot import of a CVS repository consider using > +link:http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or > +link:https://github.com/BartMassey/parsecvs[parsecvs]. > + > Imports a CVS repository into git. It will either create a new > repository, or incrementally import into an existing one. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html