From owner-freebsd-current@FreeBSD.ORG Fri Jun 25 16:06:06 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 208A116A4CE for ; Fri, 25 Jun 2004 16:06:06 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774D843D3F for ; Fri, 25 Jun 2004 16:06:05 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i5PG24KN046290 for freebsd-current@freebsd.org.checked; (8.12.8/vak/2.1) Fri, 25 Jun 2004 20:02:04 +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 i5PG0qBX046236; (8.12.8/vak/2.1) Fri, 25 Jun 2004 20:00:52 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40DC4C0C.5060008@cronyx.ru> Date: Fri, 25 Jun 2004 20:00:12 +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: Maxim Konovalov References: <40DC46DC.30109@cronyx.ru> <20040625195351.X23936@mp2.macomnet.net> In-Reply-To: <20040625195351.X23936@mp2.macomnet.net> 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:06:06 -0000 Maxim Konovalov wrote: >On Fri, 25 Jun 2004, 19:38+0400, Roman Kurakin wrote: > > >>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? >> >> > >cvs diff -D, ctm(1) > > You mean to put cvs repo into cvs itself? I already thought about this solution, but I hoped there is much better solution. rik