From owner-freebsd-questions Mon Mar 24 9: 4:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A225437B401 for ; Mon, 24 Mar 2003 09:04:46 -0800 (PST) Received: from diana.northnetworks.ca (att-ws20.switchview.com [216.13.70.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id D63E543FBD for ; Mon, 24 Mar 2003 09:04:44 -0800 (PST) (envelope-from iaccounts@northnetworks.ca) Received: from diana.northnetworks.ca (localhost.northnetworks.ca [127.0.0.1]) by diana.northnetworks.ca (8.12.8/8.11.6) with ESMTP id h2OH4hhN027965 for ; Mon, 24 Mar 2003 12:04:43 -0500 (EST) (envelope-from iaccounts@northnetworks.ca) Received: from localhost (iaccounts@localhost) by diana.northnetworks.ca (8.12.8/8.12.8/Submit) with ESMTP id h2OH4gp1027962 for ; Mon, 24 Mar 2003 12:04:43 -0500 (EST) X-Authentication-Warning: diana.northnetworks.ca: iaccounts owned process doing -bs Date: Mon, 24 Mar 2003 12:04:42 -0500 (EST) From: Steve Bertrand To: freebsd Subject: Personal development CVS question Message-ID: <20030324115724.S25843-100000@diana.northnetworks.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-1.5 required=5.0 tests=X_AUTH_WARNING version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have developed a project for use at my ISP, which I have been keeping in my CVS repository (as I do all of my projects). CVS is working great, but I have a somewhat unrelated question, which I would apprecieate redirection if required. The current state of my app is ready for production, so I would like to take a snapshot of it as is, then implement it. I would like to leave this snapshot alone, and further develop in other aspects of the program now. Am I correct with this method?: - commit my current source and branch as RELEASE - download RELEASE onto production server and put into use - further work will continue normally, and the RELEASE branch will not be affected - when I am ready for the new features, I can re-branch to a new RELEASE, redownload onto production and repeat - if changes are made and required into RELEASE, I can merge at that time. Tks for any assistance! Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message