From owner-cvs-all Sat May 26 17: 3:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FE4D37B423; Sat, 26 May 2001 17:03:49 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R03nS18807; Sat, 26 May 2001 17:03:49 -0700 (PDT) (envelope-from jdp) Message-Id: <200105270003.f4R03nS18807@freefall.freebsd.org> From: John Polstra Date: Sat, 26 May 2001 17:03:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cvsup Makefile ports/net/cvsup/files patch-ac patch-ad ports/net/cvsup-devel Makefile ports/net/cvsup-devel/files patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2001/05/26 17:03:48 PDT Modified files: net/cvsup Makefile net/cvsup-devel Makefile Added files: net/cvsup/files patch-ac patch-ad net/cvsup-devel/files patch-ac patch-ad Log: Add a patch to fix the notorious "jakarta-tomcat" bug. This bug came to the fore in checkout mode when a file "files,v" in the repository was manually changed into a directory "files". With this patch, CVSup will still complain that it cannot delete "files" because the directory is not empty. However, it is now a warning rather than a fatal error, and the update will run to completion. The warning will happen only once. After emitting the warning, CVSup will fix the damage in the checkouts file to eliminate the problem. On subsequent updates everything will be OK and no more warnings will occur. I have bumped PORTREVISION to 1, and added "p1" to the end of the version number printed by CVSup. PR: misc/27495 Revision Changes Path 1.42 +2 -1 ports/net/cvsup/Makefile 1.2 +2 -1 ports/net/cvsup-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message