From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mario Frasca Subject: Re: ELKS Git repository up on SourceForge + patches applied Date: Sun, 5 Feb 2012 21:53:23 +0100 Message-ID: <20120205215323.72acc514@zorapide> References: <4F2ED482.9060605@jodybruchon.com> <4F2ED6E7.7020704@jodybruchon.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=Zplbn58nvP44MqwYx+M81ZJsNLE/KlzZCWUVKlfLg6I=; b=Iyh/PE/F614Cf0VGgyra4bf5AHV34348dMnf0ycZk+hkBvP/gL2G3oND/1ofr36rV0 64oDwc7H1ONQLLTdd01j8RVJ6asBPSiUsi4LqhKHi3Bkt201JabpLAMoCoHGe/BSAO6A zhloaTCTGXdVH/KeOl1moEG4V+zjLbDtt0Qv4= In-Reply-To: <4F2ED6E7.7020704@jodybruchon.com> Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jody Cc: linux-8086@vger.kernel.org I know there is a way to export a complete CVS repository with history to git as I did so recently for an other project also on sourceforge (csvjdbc), I can't remember much more than it was an extension to git, but google for it and you will surely find it. if it was me doing the transition, I would definitely keep the cvs history: I would either construct and publish a git repository that holds the full cvs history of elks and remove the csv server. as a second choice I would keep the cvs server in its place but make it read-only. YMMV MF On Sun, 05 Feb 2012 14:22:15 -0500 Jody wrote: > I just pushed the code to Git. I don't know much about CVS and I have > always personally hated it since I got on SourceForge 11 years ago. I > just wanted to get the code in an easily reachable place as quickly > as I could, so that's what I've done. Do we need the CVS history, > moving forward? > > On 2/5/2012 2:18 PM, Kirn Gill wrote: > > > > That's one better than I had planned. I was just going to push the > > changes to CVS and call it a day. Say, did you import all the CVS > > history into git or just a checkout of the latest sources + the > > patches? > > > >