Re: cvsimport bug on branches [was: conversion to git]
"Martin Langhoff" <[email protected]>
| Newsgroups | gmane.comp.version-control.git,gmane.comp.gnu.m4.patches |
|---|---|
| Message-ID | <[email protected]> |
On 9/22/07, Linus Torvalds <[email protected]> wrote: > The big advantage of git-cvsimport is that it can do incremental imports, Indeed. And it can take over incrementals on a GIT repo initially imported by parsecvs or cvs2git. That's the recommended practice for tracking non-trivial CVS repos -- IOWs "that's what I do" ;-) cheers, m