[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcl-devel] subprojects
From: |
Raymond Toy |
Subject: |
Re: [Gcl-devel] subprojects |
Date: |
Thu, 14 Nov 2013 09:23:54 -0800 |
User-agent: |
Gnus/5.101 (Gnus v5.10.10) XEmacs/21.5-b34 (linux) |
>>>>> "Camm" == Camm Maguire <address@hidden> writes:
Camm> Greetings! We provide a convenience copy of gmp in our sources in all
Camm> versions, and one of binutils in master. I'm asking here for advice
on
Camm> how to manage these using git. Ideally we'd just eliminate them, but
I
If gmp and binutils are using git, you can use git submodules, I
think. This may also work even if gmp and binutils are not using git.
But I personally have never set up a git repo with submodules. I do
use one at work though, but that's basically managed by someone else.
Camm> I don't know how git might handle binary files in the source tree.
Shouldn't be a problem. Cmucl has one binary file in its tree and
I've not had any problems with it. Merging is kind of a pain, but I
just end up taking one whole file, which is usually the right thing
for the binary file.
Ray