Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT/Git

On 10 May 2011 14:55, James Blackburn <jamesblackburn@xxxxxxxxx> wrote:
It also messes up tags: anytime the whole repo isn't tagged, ...

That should be:  'anytime the whole repo isn't tagged, and non-tagged content is visible on HEAD, ...'.
 
Anything deleted from CVS, when no longer in use, will not cause the converter issues. Fix-up commits are only created when there's been a partial tag across the branch being imported, as git only supports full repo. tagging and branching.

Cheers,
James

Back to the top