git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: skillzero@gmail.com
Cc: git@vger.kernel.org
Subject: Re: Best way to re-do a CVS repository with git?
Date: Sat, 19 Apr 2008 15:49:46 -0700 (PDT)	[thread overview]
Message-ID: <m3k5itqx2v.fsf@localhost.localdomain> (raw)
In-Reply-To: <2729632a0804191247t4458067etfc1627a533a84376@mail.gmail.com>

skillzero@gmail.com writes:

> On Sat, Apr 19, 2008 at 1:23 AM, Jakub Narebski <jnareb@gmail.com> wrote:
> > I think that such setup would be best managed by creating Git
> > repository for each piece, and "integration" repositories, one for
> > apps people, and one for firmware people, using submodule support in
> > Git.
> 
> > Tagging entire release would be tagging in "integration" repository,
> > the one using submodules.
> 
> Thanks for the info. git submodules seem like the right direction.
[cut]

I don't know if using submodules is a right solution: git submodules
are for more or less loosely tied projects.  It is a solution which is
worth considering.  It allows for example developing some experimental
feature in subproject, while superproject use stable, tested version
of submodule.

Another solution is to merge subproject directly to superproject using
'subtree' merge strategy, like currently gitk and git-gui is
maintained/managed in git.

Yet another would be to use something similar to Mercurial's fores, or
one of earlier submodule implementations, namely git repositories
inside working directories in other git repositories.


And perhaps you would have to roll your own scripts around git, so
single commit would trigger commit in supermodule; that or write your
own hook scripts to do that.


Unfortunately it seems like nobody interested in your plight... and I
cannot help mych beyound that what I've wrote...

-- 
Jakub Narebski
Poland
ShadeHawk on #git

      reply	other threads:[~2008-04-19 22:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-17  2:37 Best way to re-do a CVS repository with git? skillzero
2008-04-19  8:23 ` Jakub Narebski
2008-04-19 19:47   ` skillzero
2008-04-19 22:49     ` Jakub Narebski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3k5itqx2v.fsf@localhost.localdomain \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=skillzero@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).