From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68295 Path: news.gmane.org!not-for-mail From: "Eric Schulte" Newsgroups: gmane.emacs.gnus.general Subject: Re: git/hg Gnus repository Date: Sat, 14 Feb 2009 13:44:48 -0800 Message-ID: <87zlgohewf.fsf@gmail.com> References: <87prjw70et.fsf@randomsample.de> <87hc56r93s.fsf@Astalo.kon.iki.fi> <873agqqugv.fsf@randomsample.de> <87abaxgjgh.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234647955 17165 80.91.229.12 (14 Feb 2009 21:45:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2009 21:45:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16736@lists.math.uh.edu Sat Feb 14 22:47:11 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LYSLn-0004K2-5r for ding-account@gmane.org; Sat, 14 Feb 2009 22:47:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1LYSJW-0003Wf-5T; Sat, 14 Feb 2009 15:44:42 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LYSJU-0003WJ-If for ding@lists.math.uh.edu; Sat, 14 Feb 2009 15:44:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LYSJR-0004hS-Mm for ding@lists.math.uh.edu; Sat, 14 Feb 2009 15:44:40 -0600 Original-Received: from rv-out-0506.google.com ([209.85.198.237]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LYSJm-0005wM-00 for ; Sat, 14 Feb 2009 22:44:58 +0100 Original-Received: by rv-out-0506.google.com with SMTP id l9so1296060rvb.17 for ; Sat, 14 Feb 2009 13:44:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=lVRRDSKV9tCC15mpnXHGg7mPlZqLC5b48IvPnzf3cBo=; b=ITB6MdPUQ5vC0bGds4osHJw2bN5/NyAC1dFbsGyH+eLZ3uKOu5ta1cuxAm1bMyGc4m uF/2PSpF/XtZRl2+1Om9NqBeUWJFfpirBwsYr5pjHG+jUd8vnfi7ZfRhC23RptlaHqji zEn09gxP1oFi3WFR9rLlmc9NwyiFFxmbNGgEE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=WUqTm4dvqlcFGtvLA7vxrElwXCuZ/i9z/8PxfEii2xcIXVr/6PnXmjfSW42WxwygxV VEGbvhUmUFnZ8bZfPvtcntr+bv/RGSjeiI5OwULlNE2Nj9s5lfT1YqefzBnljLMwS6MC E+w6B/P6kD7sfmRvOK7eRulmbOA0l3p0632e0= Original-Received: by 10.142.136.16 with SMTP id j16mr1571187wfd.184.1234647872305; Sat, 14 Feb 2009 13:44:32 -0800 (PST) Original-Received: from eschulte-work (c-76-121-187-133.hsd1.wa.comcast.net [76.121.187.133]) by mx.google.com with ESMTPS id 22sm5483029wfg.39.2009.02.14.13.44.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 14 Feb 2009 13:44:30 -0800 (PST) In-Reply-To: <87abaxgjgh.fsf@randomsample.de> (David Engster's message of "Mon, 15 Dec 2008 23:30:22 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68295 Archived-At: Now that this has been accomplished, is there any chance of a publicly readable git repo tracking the cvs gnus repo? Thanks -- Eric David Engster writes: > David Engster writes: >> Did you use git-cvsimport or some other tool for the conversion? I tried >> to do an import only for the changes since 2008-01-01, but I got >> >> Fetching lisp/gnus-sum.el v 6.377.2.79 >> Update lisp/gnus-sum.el: 438664 bytes >> fatal: Not a valid object name refs/heads/v5-10 > > Just a small followup: after restricting cvsps with -b HEAD on the main > branch, the import works. > > -David