From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric S. Raymond" Subject: Re: Re: Re: Change in cvsps maintainership, abd a --fast-export option Date: Sat, 22 Dec 2012 09:15:19 -0500 Organization: Eric Conspiracy Secret Labs Message-ID: <20121222141519.GA2080@thyrsus.com> References: <20121220215638.E54BC44119@snark.thyrsus.com> <50D4199C.6000002@alum.mit.edu> <20121221104437.GA5244@thyrsus.com> <20121222034751.GA11635@book-mint> <20121222062118.GA31331@thyrsus.com> <20121222130452.GB13549@book-mint> Reply-To: esr@thyrsus.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Michael Haggerty , git@vger.kernel.org To: Heiko Voigt X-From: git-owner@vger.kernel.org Sat Dec 22 15:16:04 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TmPru-000263-3z for gcvg-git-2@plane.gmane.org; Sat, 22 Dec 2012 15:16:02 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751308Ab2LVOPo (ORCPT ); Sat, 22 Dec 2012 09:15:44 -0500 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:52639 "EHLO snark.thyrsus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113Ab2LVOPm (ORCPT ); Sat, 22 Dec 2012 09:15:42 -0500 Received: by snark.thyrsus.com (Postfix, from userid 1000) id 992BD4411A; Sat, 22 Dec 2012 09:15:19 -0500 (EST) Content-Disposition: inline In-Reply-To: <20121222130452.GB13549@book-mint> X-Eric-Conspiracy: There is no conspiracy User-Agent: Mutt/1.5.21 (2010-09-15) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Heiko Voigt : > Hi, > > On Sat, Dec 22, 2012 at 01:21:18AM -0500, Eric S. Raymond wrote: > > Heiko Voigt : > > > Back then when I was converting some repositories to git and I also > > > wrote a quick testsuite for cvsps in an attempt to fix the bugs but gave > > > up. That was the point when I wrote about cvsimports limitations in the > > > documentation. > > > > > > My commits can be found here: > > > > > > http://repo.or.cz/w/cvsps-hv.git > > > > > > I just quickly checked and it seems that it does not run cleanly on a > > > modern Linux anymore. If it is of interest to you I can try to get it > > > running again. > > > > That would be helpful. Please give it some effort. > > Here you go. I have pushed my changes on the master branch there. > > You should now be able to run my tests with > > make test > > from the root directory of the repository. The expected and actual > output can be found in the t[0-9]{4}... directories underneath t/. > > Cheers Heiko sr@snark:~/WWW/cvsps/fixrepos$ git clone http://repo.or.cz/w/cvsps-hv.git Cloning into 'cvsps-hv'... fatal: http://repo.or.cz/w/cvsps-hv.git/info/refs not valid: is this a git repository? -- Eric S. Raymond