From owner-freebsd-bugs Mon Mar 10 0:20:12 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F353237B401 for ; Mon, 10 Mar 2003 00:20:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51DA643FE1 for ; Mon, 10 Mar 2003 00:20:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2A8KANS043973 for ; Mon, 10 Mar 2003 00:20:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2A8K9GK043972; Mon, 10 Mar 2003 00:20:09 -0800 (PST) Date: Mon, 10 Mar 2003 00:20:09 -0800 (PST) Message-Id: <200303100820.h2A8K9GK043972@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Jeremy Subject: Re: bin/49048: [patch] ctm(1) does not check parent directory of objects Reply-To: Peter Jeremy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/49048; it has been noted by GNATS. From: Peter Jeremy To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/49048: [patch] ctm(1) does not check parent directory of objects Date: Mon, 10 Mar 2003 19:17:15 +1100 Following further testing, I withdraw the patch included in the original PR. It fails to take into account changes in the repository as a result of previous directives. As a simple case (that should have been obvious to me before), given: CTMDM foo CTMFM foo/bar my original patch will fail because "foo" doesn't exist during pass2 and therefore the CTMFM will be rejected. I shall consider the problem further and develop a new fix. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message