git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* importing cvs logical modules
@ 2006-05-25  4:48 Geoff Russell
  2006-05-25  4:56 ` Jakub Narebski
  2006-05-25  5:01 ` Junio C Hamano
  0 siblings, 2 replies; 7+ messages in thread
From: Geoff Russell @ 2006-05-25  4:48 UTC (permalink / raw)
  To: git

Hi,

Firstly, the code to automagically
repack a git repository on-the-fly during a big load has solved one of
my problems - thanks, it is great. Unfortunately  it has bought me to
showstopper number 2.

- cvs modules.

cvs allows you to define modules which rearrange the physical repository into
a different logical structure.  This sounds great and we use it, but it gives
us other headaches because "cvs update" doesn't always do the right
thing with these modules.

Furthermore cvsps doesn't appear to handle this module feature at all and
is tricked into thinking that rearranged directories come from somewhere
else and issues its "file xxx doesn't match strip_path" message.

I have tried to hack cvsps to go around the problem, but without success.

Another alternative that I thought might be easier would be to unload the cvs
repository in clean pieces - each being a git repository. Then to join the
git repositories together in the desired way. I think this would be
generally useful and not just solve my problem.

e.g. Suppose I have 3 git repositories: Progs, xxxx, yyyy

           Progs/.git
           xxxx/.git
           yyyy/.git

I'd like to make 1 git repository Progs with xxxx and yyyy as child trees.

           Progs/.git
           Progs/xxxx
           Progs/yyyy

Does this sound useful to anyone else, or is it already possible?


Cheers,
Geoff Russell.

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

end of thread, other threads:[~2006-05-25  7:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25  4:48 importing cvs logical modules Geoff Russell
2006-05-25  4:56 ` Jakub Narebski
2006-05-25  5:01 ` Junio C Hamano
2006-05-25  6:02   ` Geoff Russell
2006-05-25  6:16     ` Martin Langhoff
2006-05-25  6:59       ` Geoff Russell
2006-05-25  7:02         ` Jakub Narebski

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).