From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 10 06:35:21 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56C6316A4CE for ; Wed, 10 Mar 2004 06:35:21 -0800 (PST) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20AF643D39 for ; Wed, 10 Mar 2004 06:35:21 -0800 (PST) (envelope-from craig@tobuj.gank.org) Received: from owen1492.uf.corelab.com (pix.corelab.com [12.45.169.2]) by ion.gank.org (mail) with ESMTP id D05CB2A910 for ; Wed, 10 Mar 2004 08:34:54 -0600 (CST) From: Craig Boston To: freebsd-hackers@freebsd.org Date: Wed, 10 Mar 2004 08:35:17 -0600 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200403100835.17190.craig@tobuj.gank.org> Subject: Subversion follow-up X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 14:35:21 -0000 Unless somebody chimes in and just really wants me to stick this out to the bitter end, I'm about to kill my attempted import of the FreeBSD src/ repository into a test Subversion instance. The process has just passed the 1 month mark: USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND craig 19802 80.5 2.1 15600 10848 pv RN+ 9Feb04 33187:46.67 python ./cvs2svn.py and is still processing commits from mid-2001. Each commit has gotten progressively slower. As my other experiment (importing periodic snapshots from certain branches) has been working beautifully, I'm certain at this point that it's not Subversion itself, but rather the cvs2svn script that is slowing down. I may try again if I hear that the script has been improved in the future. I'm using a barely pre-1.0 version of it that was checked out of the development branch, so I'm reasonably sure not much has changed between it and the 1.0 released one. Craig