From: Martin Langhoff <martin.langhoff@gmail.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: Using cvs2git to track an external CVS project
Date: Thu, 2 Jun 2005 00:35:09 +1200 [thread overview]
Message-ID: <46a038f905060105358e24723@mail.gmail.com> (raw)
Following the cvs2git threads, I'm left with a few doubts.
Linus has stated that it can be used incrementally to track a project
that uses CVS -- in which case I assume I would be maintaining two git
repos, one strictly tracking "upstream", pulling changes from CVS on a
crontab, and the 2nd one with my local changes. Or is it meant to work
on the "local" repo as a pull/merge/update?
What'd be the strategy in that case if I am working on patches that I
intend to feed upstream? To what degree will git try and remerge
against the local repo where the patch originates from? This kind of
smarts are nice when they work -- but I am interested in exploring
more git-style approaches, if git supports this at all.
In the scenario above, if I push _some_ patches upstream, does git
help me at all in sorting out what is upstream and what is not?
I suspect all this patch-based horsetrading amounts to cherry-picking,
and is therefore not supported. What strategy would work with git to
run local branches with a mix of patches that go upstream and others
that don't (or just may take longer to get there).
Right now we are using arch where a long-lived branch tracks
theexternal cvs repo, and we open short-lived branches where we do a
mix of development -- most of which is merged upstream in several
stages.
cheers,
martin
next reply other threads:[~2005-06-01 12:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-01 12:35 Martin Langhoff [this message]
2005-06-01 13:07 ` Using cvs2git to track an external CVS project Anton Altaparmakov
2005-06-02 20:10 ` (was Re: Using cvs2git to track an external CVS project) Martin Langhoff
2005-06-02 20:59 ` Upstream merging and conflicts " Martin Langhoff
2005-06-08 15:59 ` Linus Torvalds
2005-06-08 22:09 ` Martin Langhoff
2005-06-09 2:34 ` Linus Torvalds
2005-06-09 11:03 ` Martin Langhoff
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46a038f905060105358e24723@mail.gmail.com \
--to=martin.langhoff@gmail.com \
--cc=git@vger.kernel.org \
/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.
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 NNTP newsgroup(s).