Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C6566F891 for ; Thu, 4 Apr 2013 09:58:06 +0000 (UTC) Received: (qmail 24600 invoked by uid 500); 4 Apr 2013 09:58:06 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 24448 invoked by uid 500); 4 Apr 2013 09:58:05 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 24412 invoked by uid 99); 4 Apr 2013 09:58:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 09:58:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [82.77.173.100] (HELO mail.sync.ro) (82.77.173.100) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 09:57:58 +0000 Received: from [10.0.0.35] (unknown [10.0.0.35]) by mail.sync.ro (Postfix) with ESMTP id A8E2BB3B for ; Thu, 4 Apr 2013 12:57:35 +0300 (EEST) Message-ID: <515D4E90.3090709@sync.ro> Date: Thu, 04 Apr 2013 12:57:36 +0300 From: Florin Avram User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: users@subversion.apache.org Subject: Wrong state for SWITCHED items Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, Two things I've noticed: 1) svn status switched.txt => file reported as switched svn delete --keep-local switched.txt svn status switched.txt => the file is reported as DELETED, but not as SWITCHED anymore (although "svn info" indicates the correct URL from the branch) 2) Also, why can I delete a switched file, but I cannot delete a switched directory?! cd wcRootDir svn delete --keep-local switchedDirectory => svn: E155005: No write-lock in 'D:\path\to\wcRootDir' Thanks, Florin