Git development
 help / color / mirror / Atom feed
* GIT + CVS workflow query.
@ 2007-06-26 22:20 Eoin Hennessy
  2007-06-26 22:46 ` Yann Dirson
  2007-06-27  0:36 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Eoin Hennessy @ 2007-06-26 22:20 UTC (permalink / raw)
  To: git

Hi there,

I'd like to use GIT to track changes in a CVS repository. As well as
tracking changes, I will also need to push patches back to CVS from
GIT. My workflow is currently as follows:

  - Use git-cvsimport to import and update a mirror of the CVS
repository; 'project.git'.
 - Pull changes from the mirror to a cloned working copy; 'project'.
 - Fix bugs in the working copy and push commits back to the mirror.
  - Use git-cherry to identify commits in master not currently in the
branch updated by git-cvsimport. Then use git-cvsexportcommit to push
these commits into a CVS checkout.

My question is; as a next step in the workflow, should I be applying
the list of commits identified by git-cherry to the branch updated by
git-cvsimport? How else does one clear this list so that they do not
interfere with the next iteration of the workflow.

I hope I've been clear, and thanks for any suggestions.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-27  0:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-26 22:20 GIT + CVS workflow query Eoin Hennessy
2007-06-26 22:46 ` Yann Dirson
2007-06-27  0:36 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox