Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 57009 invoked from network); 16 Mar 2006 17:52:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Mar 2006 17:52:40 -0000 Received: (qmail 40721 invoked by uid 500); 16 Mar 2006 17:52:16 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 40338 invoked by uid 500); 16 Mar 2006 17:52:14 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 40326 invoked by uid 99); 16 Mar 2006 17:52:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 09:52:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jta@bristowhill.com designates 66.75.162.135 as permitted sender) Received: from [66.75.162.135] (HELO ms-smtp-03-eri0.socal.rr.com) (66.75.162.135) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 09:52:13 -0800 Received: from [192.168.15.53] (cpe-204-210-23-212.san.res.rr.com [204.210.23.212]) by ms-smtp-03-eri0.socal.rr.com (8.13.4/8.13.4) with ESMTP id k2GHppTU015316 for ; Thu, 16 Mar 2006 09:51:52 -0800 (PST) Message-ID: <4419A5B7.9010903@bristowhill.com> Date: Thu, 16 Mar 2006 09:51:51 -0800 From: "Jean T. Anderson" Reply-To: jta@bristowhill.com User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: general@incubator.apache.org Subject: Re: [web] 'svn up' complained "Failed to add file 'projects/lucene.net.html' ..." References: <4419A2E7.20905@bristowhill.com> <7edfeeef0603160942m71797ca2sdb50de59e0099b70@mail.gmail.com> In-Reply-To: <7edfeeef0603160942m71797ca2sdb50de59e0099b70@mail.gmail.com> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Garrett Rooney wrote: > On 3/16/06, Jean T. Anderson wrote: > >>I updated cayenne's status page and got an error regarding >>projects/lucene.net.html when I did 'svn up' on people.apache.org: >> >> -bash-2.05b$ svn up >> U projects/cayenne.html >> svn: Failed to add file 'projects/lucene.net.html': object of the >>same name already exists >> ... > > It means someone incorrectly dropped a file named lucene.net.html into > the working copy on the web server, then went and committed it to svn. > Run 'svn status' in the working copy on the server, if it says > lucene.net.html is unversioned, just remove it and update, if it says > it's been added or something do a 'svn revert lucene.net.html', then > remove it, then update. Thanks -- it was unversioned so removal + 'svn up' did the needed trick. -jean --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org