From owner-freebsd-hackers Sun Mar 16 15:12: 5 2003 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 7E54037B401 for ; Sun, 16 Mar 2003 15:12:03 -0800 (PST) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6A9343F93 for ; Sun, 16 Mar 2003 15:12:02 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0507.cvx22-bradley.dialup.earthlink.net ([209.179.199.252] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18uhIN-0000M0-00; Sun, 16 Mar 2003 15:12:00 -0800 Message-ID: <3E750471.3498C9BE@mindspring.com> Date: Sun, 16 Mar 2003 15:10:41 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Sergey Babkin Cc: Nate Williams , hackers@FreeBSD.ORG Subject: Re: making CVS more convenient References: <3E73DCF7.80490FA6@bellatlantic.net> <15988.49648.483313.383942@emerger.yogotech.com> <3E74CC37.DF83EE46@bellatlantic.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a401c74ddf995fdd86811c75e379619854350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sergey Babkin wrote: > Nate Williams wrote: [ ... "CVS cache and cache coherency" ... ] > Yet another idea is to be able to make "local commits" with committing > them to the central remote repository later. Now I have to use RCS > locally for the temporary in-delevopment versions of file. Would > be nice to have a kind of a local branch which can be later committed > as a whole - in one commit per file, or by duplicating all the > intermediate versions with their messages. Not really possible, without CVSup coming onto a vendor branch instead of verbatim copying of the repository. Incoherent: ,-------. ,-------. | Main |---- cvsup --->| Cache | | Repo | | Repo | `-------' `-------' ^ | | cvs co cvs ci | | V | ,-------. | | Work | `-------------------| Copy | `-------' Coherent: ,-------. ,-------. | Main |------------ cvsup ----------->| Cache | | Repo | | Repo | `-------' / `-------' ^ / (Vendor Branch) | (HEAD) / | ,-------. cvs ci --------------->| Cache | ^ | Repo | | `-------' | | | cvs co | | | V | ,-------. | | Work | `-------------------| Copy | `-------' This also happens to solve the "I do all my developement work for my company using -STABLE" problem... -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message