Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 17 Mar 2003 17:57:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 17 Mar 2003 17:57:27 -0500 Received: from ns0.cobite.com ([208.222.80.10]:61445 "EHLO ns0.cobite.com") by vger.kernel.org with ESMTP id ; Mon, 17 Mar 2003 17:57:20 -0500 Date: Mon, 17 Mar 2003 18:08:11 -0500 (EST) From: David Mansfield X-X-Sender: david@admin To: Andrea Arcangeli cc: linux-kernel@vger.kernel.org Subject: Re: [ANNOUNCE] BK->CVS (real time mirror) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1047 Lines: 30 Andrea, FWIW, I have already written a program called cvsps (www.cobite.com/cvsps) which extracts 'patchset' information from cvs log output. Currently, this program doesn't work with the bk-cvs because the log messages that are committed with each file in a changeset can be different, and cvsps assumes the log message will be the same. However, about a 5 line hack to my program (in progress) will allow it to recreate the ChangeSet information, since Larry has promised that the timestamps of all files touched by a changeset will be unique. This might help you out. I'll let you know when the '--bk-cvs' option has been implemented ;-) David -- /==============================\ | David Mansfield | | lkml@dm.cobite.com | \==============================/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/