git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* parsecvs fails
@ 2006-05-25 11:32 Aneesh Kumar
  2006-05-25 14:04 ` Lars Johannsen
  0 siblings, 1 reply; 2+ messages in thread
From: Aneesh Kumar @ 2006-05-25 11:32 UTC (permalink / raw)
  To: Git Mailing List

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

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

* Re: parsecvs fails
  2006-05-25 11:32 parsecvs fails Aneesh Kumar
@ 2006-05-25 14:04 ` Lars Johannsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Johannsen @ 2006-05-25 14:04 UTC (permalink / raw)
  To: git; +Cc: Aneesh Kumar

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 

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

end of thread, other threads:[~2006-05-25 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25 11:32 parsecvs fails Aneesh Kumar
2006-05-25 14:04 ` Lars Johannsen

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).