From owner-freebsd-current@FreeBSD.ORG Fri Jun 25 16:15:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E16F316A4CE for ; Fri, 25 Jun 2004 16:15:01 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3973E43D49 for ; Fri, 25 Jun 2004 16:15:01 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i5PG855p046519 for freebsd-current@freebsd.org.checked; (8.12.8/vak/2.1) Fri, 25 Jun 2004 20:08:05 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i5PG7vSd046485; (8.12.8/vak/2.1) Fri, 25 Jun 2004 20:07:57 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40DC4DB5.4060406@cronyx.ru> Date: Fri, 25 Jun 2004 20:07:17 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <18284.1088179077@critter.freebsd.dk> In-Reply-To: <18284.1088179077@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: CVSup Deltas X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 16:15:02 -0000 Poul-Henning Kamp wrote: >In message <40DC46DC.30109@cronyx.ru>, Roman Kurakin writes: > > >>Hi, >> >> I have the following task, which I don't know (yet) how to solve. >>I need to keep at home a copy of full CVS treee, but I have very >>poor modem connection, so I can't cvsup it. The most reasonable >>solution is to take it from work. But taking full cvs even tgz-ed not >>very fun. So I thought if it is possible to get all deltas or changed files >>as a single file it would be much better. Probably there is some >>special version of cvsup? >> >> > >It's twice as old as cvsup: ctm(1) > > I've checked it. I was sure it works just like cvsup. It seems from the first view that it is what I need. Thanks! rik