git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ping Yin" <pkufranky@gmail.com>
To: "Michael Haggerty" <mhagger@alum.mit.edu>
Cc: "David Mansfield" <david@cobite.com>,
	"Steffen Prohaska" <prohaska@zib.de>,
	git@vger.kernel.org
Subject: Re: [PATCH] cvsps/cvsimport: fix branch point calculation and broken branch imports
Date: Sun, 27 Apr 2008 15:48:06 +0800	[thread overview]
Message-ID: <46dff0320804270048h6938b8c9scdc1f3e922e41231@mail.gmail.com> (raw)
In-Reply-To: <46dff0320804270038t651d94d4t3c63fe0cb5240e0d@mail.gmail.com>

On Sun, Apr 27, 2008 at 3:38 PM, Ping Yin <pkufranky@gmail.com> wrote:
>
> On Sun, Apr 27, 2008 at 1:51 PM, Ping Yin <pkufranky@gmail.com> wrote:
>  > On Sun, Apr 27, 2008 at 1:47 PM, Michael Haggerty <mhagger@alum.mit.edu> wrote:
>  >  > Ping Yin wrote:
>  >  >  > These days i tried to convert the cvs repository into git. I really
>  >  >  > want the conversion to be as accurate as possible. However, the cvs
>  >  >  > repository has been tagged in a very bad style which makes
>  >  >  > git-cvsimport or cvsps not work well.
>  >  >  >
>  >  >  > cvs2git sounds to be the right tool i should try. Unfortualely, i
>  >  >  > can't touch the cvs repository directly. So is it possible to use
>  >  >  > cvs2git in the remote host instead of the host of the cvs repository
>  >  >  > just as git-cvsimport does? Yes, i know it can't now. I just wonder
>  >  >  > whether it is possible to implement.
>  >  >
>  >  >  cvs2svn/cvs2git itself can't work with remote repositories.  It would be
>  >  >  enough if you could just get a copy of the repository; obviously you
>  >  >  don't need to use the original.
>  >  >
>  >  >  If you can't get a copy of the CVS repository directly, you might be
>  >  >  able to recreate it indirectly via information read over the CVS
>  >  >  protocol using a tool like CVSsuck [1,2].  I have no experience with
>  >  >  CVSsuck, so if you try it out, please let us know whether you were
>  >  >  successful.
>  >  >
>  >
>  >  THX. If i try out cvssuck, i will let you know.
>  >
>
>  Great, i succeed. And the result is exactly what i want!
>

Not exactly, for my another conversion.

$ git log --pretty=online  --name-status x64_UI_071204
724eb47 \
This commit was manufactured by cvs2svn to create tag 'x64_UI_071204'.
9362987 add support of writing cookies of 'fromid';
M       logqueue.c
M       ui.c
M       ui.h

Should we avoid recording the commit 724eb47 since it is the same with
commit 9362987 (no content change)?

-- 
Ping Yin

  parent reply	other threads:[~2008-04-27  7:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-02  1:34 [PATCH] cvsps/cvsimport: fix branch point calculation and broken branch imports David Mansfield
2008-04-02 19:29 ` Junio C Hamano
2008-04-03  1:44   ` David Mansfield
2008-04-03  2:06     ` Junio C Hamano
2008-04-03  2:27       ` David Mansfield
2008-04-03  5:47 ` Steffen Prohaska
2008-04-03 13:49   ` David Mansfield
2008-04-04  9:52     ` Michael Haggerty
2008-04-07 17:54       ` David Mansfield
2008-04-07 18:07         ` Jean-François Veillette
2008-04-09  1:53         ` Michael Haggerty
2008-04-27  5:06           ` Ping Yin
2008-04-27  5:47             ` Michael Haggerty
2008-04-27  5:51               ` Ping Yin
2008-04-27  7:38                 ` Ping Yin
2008-04-27  7:43                   ` Ping Yin
2008-04-27  7:48                   ` Ping Yin [this message]
2008-04-27  8:48                     ` Ping Yin

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=46dff0320804270048h6938b8c9scdc1f3e922e41231@mail.gmail.com \
    --to=pkufranky@gmail.com \
    --cc=david@cobite.com \
    --cc=git@vger.kernel.org \
    --cc=mhagger@alum.mit.edu \
    --cc=prohaska@zib.de \
    /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).