From owner-cvs-all@FreeBSD.ORG Tue Jan 31 13:49:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FBCA16A420; Tue, 31 Jan 2006 13:49:18 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED6243D45; Tue, 31 Jan 2006 13:49:18 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0VDnI5e040449; Tue, 31 Jan 2006 13:49:18 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0VDnIms040448; Tue, 31 Jan 2006 13:49:18 GMT (envelope-from barner) Message-Id: <200601311349.k0VDnIms040448@repoman.freebsd.org> From: Simon Barner Date: Tue, 31 Jan 2006 13:49:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cvsdadm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 13:49:18 -0000 barner 2006-01-31 13:49:17 UTC FreeBSD ports repository Modified files: devel/cvsdadm Makefile distinfo Log: - Update to 0.2 - ChangeLog: o If no -R are given, cvsdadm will try to check if the repository is in the cwd. o &Init_repository: Verify if the repository is in a sane state _before_ attempting any operation. The difference between this behavior and the old one is that cvsdadm will not stop in the middle of an operation (eg: adding a user) and let the repository almost ready. o New command [-C]. If this command is given with -R and nothing else, it will create a new repository. It means CVSROOT dir, passwd, readers and writers files. If -C is given with any other flags -[adekq], it will create the repository file(s) if they are missing. Your repository files will not be overwritten if they already created. Cvsdadm is gentle for your repository... This option can be given with interactive [-i] mode too. o Better handling and logic with interactive mode. o Remove some redundant lines of code that do the same things unnecessarily. Submitted by: Serge Gagnon (maintainer) PR: ports/92578 Revision Changes Path 1.2 +1 -1 ports/devel/cvsdadm/Makefile 1.2 +3 -3 ports/devel/cvsdadm/distinfo