git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git cvsimport branches not consistent with CVS branches
@ 2007-07-08  0:45 Gordon Heydon
  2007-07-08  5:45 ` Brian Downing
  0 siblings, 1 reply; 8+ messages in thread
From: Gordon Heydon @ 2007-07-08  0:45 UTC (permalink / raw)
  To: git

Hi,

After some investigation I found that git cvsimport was not importing 
branches 100% correctly with CVS.

Git and CVS do branching very differently in that CVS this is done at 
the file level (like everything else) and git does it repository wide.

So if I have a CVS repository with the files a, b and c and I branch b 
with a `cvs tab -b BRANCH test` on the branch test I will just have the 
file b.

If I do a git cvsimport on the test branch there will actually be the 
files a, b and c

What I think needs to happen is that when git cvsimport created the 
branch in the git repository it needs to delete all files from the 
branch that were not branched.

Thanks in advance.
Gordon.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-07-09  4:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-08  0:45 git cvsimport branches not consistent with CVS branches Gordon Heydon
2007-07-08  5:45 ` Brian Downing
2007-07-08 10:53   ` Robin Rosenberg
2007-07-08 11:47     ` Johannes Schindelin
2007-07-08 12:22       ` Robin Rosenberg
2007-07-08 21:02       ` Brian Downing
2007-07-08 14:38     ` Steffen Prohaska
2007-07-09  4:31       ` Josh Triplett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).