time to be serious about dropping CVS

Pascal Obry obry@adacore.com
Sat Jan 2 18:51:00 GMT 2010


Christopher,

> I'm a real novice when it comes to git.  Does it allow "merging" two
> separate repositories?  Could we have a separate repository containing
> the configury and libiberty which was shared between gdb/binutils/gcc?

One solution is to use submodule. A submodule is standard Git repository
which is made part of another Git repository. This can be seen a bit
like Subversion externals.

See http://progit.org/book/ch6-6.html

Another solution is to do subtree merging. Both solutions have pro and cons.

See http://progit.org/book/ch6-7.html

-- 
  Pascal Obry
  --
  gpg --keyserver keys.gnupg.net --recv-key F949BD3B




More information about the Binutils mailing list