Received: from spf1.us4.outblaze.com (spf1.us4.outblaze.com [205.158.62.23]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id iBLGfQwq005015 for ; Tue, 21 Dec 2004 16:41:27 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf1.us4.outblaze.com (Postfix) with ESMTP id C4B5C53D7C for ; Tue, 21 Dec 2004 16:38:52 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CgnCc-0006zM-JX for migo@homemail.com; Tue, 21 Dec 2004 11:49:38 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CgnBY-0006wR-4a for gnu-arch-users@gnu.org; Tue, 21 Dec 2004 11:48:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CgnBT-0006t8-H7 for gnu-arch-users@gnu.org; Tue, 21 Dec 2004 11:48:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CgnBS-0006s2-Iv for gnu-arch-users@gnu.org; Tue, 21 Dec 2004 11:48:26 -0500 Received: from [193.131.176.58] (helo=cam-admin0.cambridge.arm.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CgmyX-0007b3-Q8 for gnu-arch-users@gnu.org; Tue, 21 Dec 2004 11:35:06 -0500 Received: from cam-mail2.cambridge.arm.com (cam-mail2.cambridge.arm.com [10.1.127.39]) by cam-admin0.cambridge.arm.com (8.12.10/8.12.10) with ESMTP id iBLGY6mb006676; Tue, 21 Dec 2004 16:34:06 GMT Received: from pc1117.cambridge.arm.com (cmarinas@pc1117.cambridge.arm.com [10.1.69.139]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id QAA04081; Tue, 21 Dec 2004 16:34:54 GMT From: Catalin Marinas To: Cliff Brake In-Reply-To: References: Content-Type: text/plain Organization: ARM Limited Message-Id: <1103646999.28012.117.camel@pc1117> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 21 Dec 2004 16:36:40 +0000 Content-Transfer-Encoding: 7bit Cc: gnu-arch-users@gnu.org, Miika Komu Subject: [Gnu-arch-users] Re: arch performance with large trees X-BeenThere: gnu-arch-users@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: a discussion list for all things arch-ish List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: gnu-arch-users-bounces+migo=homemail.com@gnu.org Errors-To: gnu-arch-users-bounces+migo=homemail.com@gnu.org Status: RO Content-Length: 1240 Lines: 31 On Tue, 2004-12-21 at 16:19, Cliff Brake wrote: > How do you sync your arch repositories w/ the Linux source trees? I > am using tla-cvs-sync to track U-boot which works very well. Also, is > there an Arch mirror of the kernel source available? I initially had a linux--main--2.6 repository where I applied the main released patches from kernel.org but I was missing the latest patches in the BK tree. I recently wrote a script that converts the Linux (BK->)CVS repository while preserving the changeset information (this repository, retrievable via rsync, has a ChangeSet file with all the logs and the other files' logs containing the changeset number). You could also use the same tla-cvs-sync script but it loses the individual changesets. It cannot track renames since CVS doesn't support them but it is still usable. I don't have the necessary infrastructure but I hope James Blackwell would be kind enough to host a Linux kernel repository on the sourcecontrol.net site. I will donate the script :-) Catalin _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/