git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lars Johannsen <mail@lars-johannsen.dk>
To: git@vger.kernel.org
Cc: Aneesh Kumar <aneesh.kumar@gmail.com>
Subject: Re: parsecvs fails
Date: Thu, 25 May 2006 16:04:37 +0200	[thread overview]
Message-ID: <20060525140437.GA19919@mail.Lars-Johannsen.dk> (raw)
In-Reply-To: <cc723f590605250432r7dd0b75xe5ff17b11da06e3c@mail.gmail.com>

On (25/05/06 17:02), Aneesh Kumar wrote:
> The tagging used by the repository given below is quiet complex.
> But it can be used as a test case for all the cvs to git converter.
> Even ViewVC and ViewCVS doesn't work with this repository.
> 
> Any help in converting it to git ?
> 
> rsync -av rsync://ci-linux.cvs.sourceforge.net/cvsroot/ci-linux/ci/ 
> ci-linux/ci/
> 
> -aneesh

 Well it seems like most of your ,v files contains tags refering to version 1 
 and yet the first version in the files is 1.1
 So to fix for parsecvs ( and maybe for viewcvs) i think you need to fix
 all symbols at 'top of file' for all ,v files. Change from v1 to v1.1
 with something like sed ',/@#/s/:1*$/:1.1/;,/@#/s/:1;*$/:1.1;/'
 

-- 
Lars 

      reply	other threads:[~2006-05-25 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-25 11:32 parsecvs fails Aneesh Kumar
2006-05-25 14:04 ` Lars Johannsen [this message]

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=20060525140437.GA19919@mail.Lars-Johannsen.dk \
    --to=mail@lars-johannsen.dk \
    --cc=aneesh.kumar@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).