From: picca <picca@synchrotron-soleil.Fr>
To: git@vger.kernel.org
Subject: interaction between cvsimport and cvsexportcommit
Date: Fri, 8 Jun 2007 15:42:22 +0200 [thread overview]
Message-ID: <20070608154222.56870830@localhost.localdomain> (raw)
Hello
In the institut where I am working www.synchrotron-soleil.fr, the
"computing department" use CVS for all their projects. As I am not from
this department (I am a scientist), I can use my own tools and git is
one of them.
Nevertheless I need to interact with them (I am writting a C++
library to control diffractometers) so I use cvsimport and
cvsexportcommit.
The point is that I find this over complicate compare to my git
day-to-day experience.
I do not understand why cvsimport and cvsexportcommit do not
interact nicelly to ease git <-> cvs.
For example as a neeby I expect this to work out of the box
after the first cvsimport
git cvsimport
do some work
git commit -a
git cvsexportcommit
and that's all
Instead of this we have this:
$ export GIT_DIR=~/project/.git
$ cd ~/project_cvs_checkout
$ git-cvsexportcommit -v <commit-sha1>
$ cvs commit -F .mgs <files>
or even worse
$ export GIT_DIR=~/project/.git
$ cd ~/project_cvs_checkout
$ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1
git-cvsexportcommit -c -p -v
what is missing in cvsexportcommit and cvsimport to lower the git <->
cvs barrier.
Thank you.
Frederic
PS: Sorry for my poor english.
next reply other threads:[~2007-06-08 13:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-08 13:42 picca [this message]
2007-06-08 15:11 ` interaction between cvsimport and cvsexportcommit Robin Rosenberg
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=20070608154222.56870830@localhost.localdomain \
--to=picca@synchrotron-soleil.fr \
--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).