Date: Sat, 26 May 2001 17:03:49 -0700 (PDT) From: John Polstra <jdp@FreeBSD.org> 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 Message-ID: <200105270003.f4R03nS18807@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105270003.f4R03nS18807>