From owner-freebsd-ports@FreeBSD.ORG Fri Mar 11 17:52:05 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 898BE106566C for ; Fri, 11 Mar 2011 17:52:05 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 436098FC12 for ; Fri, 11 Mar 2011 17:52:04 +0000 (UTC) Received: by yie12 with SMTP id 12so1420778yie.13 for ; Fri, 11 Mar 2011 09:52:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=IUMTQIHy4O4veag6jHKTPSD5LoZzQmD44aLy4BGB91Q=; b=Mc0TC/6FHWtECJcPQIjr4RrAxLAMT934x/ERHck4vgfZ5buvkpuAZIVKqNLjYIg3aH JYhvXl7EzA8ZVOXCyeUvkFXqiEg5RSOMoRRgmF4j1bGqQOOn9WzSWNIKbZ0wkCwCVH+9 gQa1l+iArQWBM+Y8aG083sqHsSU3FXfmYUziQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=v19p3vFEfqzNeVgifsaJP9r/KhdYhdocp7bFmYr2PTWEmhpm4PTDaYEXpi5JWtcUau LYdD9ovKEehSxitH/lCSueyKespPSD+SKgW81kok9gGHzoLqJKHt2/dsschguCCJl5uf NrV+pL+f3PGviiRz3MICN+4yIqmU0eQgxSRug= MIME-Version: 1.0 Received: by 10.236.85.66 with SMTP id t42mr3536056yhe.50.1299865924277; Fri, 11 Mar 2011 09:52:04 -0800 (PST) Received: by 10.236.108.5 with HTTP; Fri, 11 Mar 2011 09:52:04 -0800 (PST) In-Reply-To: <20110311171155.GB21078@atarininja.org> References: <20110311163040.GB9541@darklight.org.ru> <20110311171155.GB21078@atarininja.org> Date: Fri, 11 Mar 2011 12:52:04 -0500 Message-ID: From: Aryeh Friedman To: Wesley Shields Content-Type: text/plain; charset=ISO-8859-1 Cc: Yuri Pankov , freebsd-ports@freebsd.org Subject: Re: sysutils/dolly breaks cvs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2011 17:52:05 -0000 On Fri, Mar 11, 2011 at 12:11 PM, Wesley Shields wrote: > On Fri, Mar 11, 2011 at 11:35:02AM -0500, Aryeh Friedman wrote: >> This is from a repo that was updated 15 mins ago: >> >> flosoft-stable# cvs co ports/sysutils/dolly |& more >> cvs checkout: Updating ports/sysutils/dolly >> cvs checkout: Updating ports/sysutils/dolly/files >> cvs checkout: Updating ports/sysutils/dolly/files/ >> cvs checkout: Updating ports/sysutils/dolly/files// >> cvs checkout: Updating ports/sysutils/dolly/files/// >> cvs checkout: Updating ports/sysutils/dolly/files//// >> cvs checkout: Updating ports/sysutils/dolly/files///// > > Please don't top-post. > > You have something weird going on. There has not been a commit there in > years. This is most likely a local problem. Can you find a way to force > your repo to update that again? Ok this now truely weird I have a infinite recursive directory rooted on /home/ncvs/ports/sysutils/dolly/files that contains one dir per level whose name is a single control-N when I try to rm/unlink them I get: flosoft-stable# pwd /repo/ports/sysutils/dolly/files flosoft-stable# rm -rf * rm: /: Operation not permitted rm: : Invalid argument If I know the inode how can I force the inode to be cleared even if the filename is illegal?