git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lars Alexander Noschinski <Lars.Noschinski@rwth-aachen.de>
To: git@vger.kernel.org
Subject: cvsexportcommit and cvsimport's -k option
Date: Tue, 29 Apr 2008 19:15:06 +0200	[thread overview]
Message-ID: <f6c6e2a5cc39.481773ba@rwth-aachen.de> (raw)

[Please CC me on answers, as I'm not subscribed.]

Hello!

Im using git to work on an CVS project. My work cycle is as follows:

... hack away ...
git-cvsimport -i -r cvs -kk -v -d $CVSREPOS
git-rebase cvs # If work was done in the meantime
git-cvsexportcommit -cpuv $COMMIT # Multiple times, if necessary
git-cvsimport -i -r cvs -kk -v -d $CVSREPOS
git-checkout -b master cvs # commit ids are changed now

As far as I am concerned, this works fairly well, accept when for any reason
a line containing a CVS keyword (e.g. $Id$) is contained in a changeset. In
this case, patching fails, and I have to investigate why it fails, eventually
just copying the old version from the cvs repository.

Would it be possible to add an option to cvsexportcommit to detect such
killed keywords and ignore them?


Greetings,
   Lars.

             reply	other threads:[~2008-04-29 17:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-29 17:15 Lars Alexander Noschinski [this message]
2008-04-29 19:46 ` cvsexportcommit and cvsimport's -k option Robin Rosenberg
2008-05-02 20:11   ` Lars Noschinski

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=f6c6e2a5cc39.481773ba@rwth-aachen.de \
    --to=lars.noschinski@rwth-aachen.de \
    --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).