On Tuesday 2007 February 27 10:52, Jeff King wrote: > A year or so ago, I started using git, and imported all of my CVS repos > to git. I did each class directory separately, reasoning that each > represented a separate history. This can end up being unwieldy, because > there are dozens of repositories; I would now like to group them in the > same repo for ease of clone/fetch. It doesn't have fetch or clone support, but perhaps my poorman's submodule code will help you a bit, until real submodule support appears in git. http://marc2.theaimsgroup.com/?l=git&m=116662031219222&w=2 I've found it useful for myself, and with a little bit of massaging I don't think it would be hard to put fetch support in. I think it just needs a way of telling the remote end to switch GIT_DIR to a different directory. "Merges" are handled by simply sorting out any conflicts in the module file (basically you pick one of the submodule commits) just as you would with any other file. As I say - not fabulous, but gets me by. Andy -- Dr Andy Parkins, M Eng (hons), MIET andyparkins@xxxxxxxxx - 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