On Tue, Jan 22, 2008 at 11:52:40PM +0100, Annard Brouwer wrote:
Is your project an open source one, or one where you don't mind the
source code being made public? If so, another easier solution would
be to use a git hosting service, such as what is available at
http://repo.or.cz.
I'd also suggest synchronizing with bundles much more frequently than
at release points. The problem with sending patches back and forth is
it's very easy to make a mistake, and also, as far as git is
concerned, each patch is a separate changeset applied in two places.
So it makes merging more challenging for git. It can probably handle
it, but makes life harder for everyone concerned. So if you can use a
site like repo.or.cz, I'd highly recommend it.
- Ted
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html