On Thu, 2008-03-20 at 06:46 +0100, Robin Rosenberg wrote: > Den Wednesday 19 March 2008 19.35.36 skrev du: > > Hi, > > > > I'm wanting to import the entirety of a CVS repository into git rather > > than an individual module. However every approach I've tried to do this > > fails as the underlying cvsps tool seems to only be able to deal with > > modules rather than the whole project. > > > > Is there any invocation I could do that would do the whole import? > > You didnt' mention anything about you tried, but I recall that using ',' for > the module name is possible. Some version of CVS do not like it however > and will bug out. > I tried: git-cvsimport -v -C /export/csrc/import_test/test.git -d $CVSROOT . git-cvsimport -v -C /export/csrc/import_test/test.git -d $CVSROOT , as well as the suggested ln -s tricks and none worked. I've now got a copy of the actual repo from the cvs server so I'll try and fake up a "supermodule" to contain the tree. Any pointers always appreciated :-) > -- robin Alex, homepage: http://www.bennee.com/~alex/ Art is anything you can get away with. -- Marshall McLuhan. -- 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