From owner-freebsd-questions@FreeBSD.ORG Fri Nov 24 22:26:20 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11A7216A407 for ; Fri, 24 Nov 2006 22:26:20 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6AEA43D8C for ; Fri, 24 Nov 2006 22:25:03 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1291145nfc for ; Fri, 24 Nov 2006 14:25:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=VrGC/9Ciz+8ZALpZ60uhZdgHJwK7TAPb+WjxsmoYl3i/MnUBVX+3rDdOwuRNmb3BBOr7ZPU6QSmPXRHlmE4z+IjDVIxvXYmNCI2igSCNRu6mxZvCbcxqsnpV3cKLbRNflle0Uq/M6d/WfgGSbVIKJ3/aeRZniPWKDoBwCWwmeUI= Received: by 10.78.51.9 with SMTP id y9mr10714554huy.1164407145709; Fri, 24 Nov 2006 14:25:45 -0800 (PST) Received: by 10.78.167.16 with HTTP; Fri, 24 Nov 2006 14:25:45 -0800 (PST) Message-ID: Date: Sat, 25 Nov 2006 01:25:45 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 738940856797c7e0 Cc: Subject: Local checkout performance - cvs vs cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 22:26:20 -0000 I use cvsup to maintain a full local copy of the CVS repo. I then use plain cvs to check out different branches of src from it. The problem is while cvsup only takes a minute each time I run it, cvs takes several times more. I run cvsup with "-gs" and cvs with "-rR" flags. Should I run a local cvsupd server or is there another way to speed things up? I only need the repo and the branches in read-only mode. Thanks!