Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 86063 invoked from network); 27 Jan 2011 21:22:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jan 2011 21:22:59 -0000 Received: (qmail 41666 invoked by uid 500); 27 Jan 2011 21:22:58 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 41649 invoked by uid 500); 27 Jan 2011 21:22:58 -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 41642 invoked by uid 99); 27 Jan 2011 21:22:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 21:22:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andrew.sasak@gmail.com designates 74.125.83.43 as permitted sender) Received: from [74.125.83.43] (HELO mail-gw0-f43.google.com) (74.125.83.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 21:22:51 +0000 Received: by gwb17 with SMTP id 17so808216gwb.16 for ; Thu, 27 Jan 2011 13:22:30 -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:content-type; bh=ATqzZ8QT8H+sDUpckVgPLFPp28ihls0RAsZHZKrjQEU=; b=waup7OVZ7xkiy2/o67zfgn2d9FH4ouNCUnnfhoIKJcjhPjWZih3sfAh64SbEPkrtK4 RUY+ElilyFcm9C4mPddoh+WATZMV9T1sVaoTk64NYrdj6ZVz55lxrcpSk03TekSlYrz6 2iGxCto9Y/bMOlN/jFe/UZaSfjCAPLpVs8dcY= 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 :content-type; b=OW5CDoYS/7KYj1Ig0RoL9/t1WYD8EmGESIHyeHWr5C5hWuYe/x4yNYODeONtwJaJUU 79wZT+2gUlSVOQOHYsWMNftJO1iHK5C26azEqApU9ZePnkuRu/on9MCFhxso2tPZ1w7Z 9pi4j+xfPwfEpadpSxoNj0j5shKLXU7pioL2A= MIME-Version: 1.0 Received: by 10.151.46.10 with SMTP id y10mr3192046ybj.381.1296163350751; Thu, 27 Jan 2011 13:22:30 -0800 (PST) Received: by 10.150.52.3 with HTTP; Thu, 27 Jan 2011 13:22:30 -0800 (PST) In-Reply-To: <20110127211847.GC25502@ted.stsp.name> References: <20110127211847.GC25502@ted.stsp.name> Date: Thu, 27 Jan 2011 16:22:30 -0500 Message-ID: Subject: Re: can't delete svn:sync-lock From: Andrew Sasak To: Andrew Sasak , users Content-Type: multipart/alternative; boundary=0015174c1e0a17ab5f049ada8cc6 X-Virus-Checked: Checked by ClamAV on apache.org --0015174c1e0a17ab5f049ada8cc6 Content-Type: text/plain; charset=ISO-8859-1 svn propdel svn:sync-lock --revprop -r 0 REPO_URL On Thu, Jan 27, 2011 at 4:18 PM, Stefan Sperling wrote: > On Thu, Jan 27, 2011 at 03:59:10PM -0500, Andrew Sasak wrote: > > using svn 1.6.13 > > When I attempt to delete it, it gives me a message indicating success, > > however the property persists. Any ideas how to remove this? Can I safely > > edit the revprops 0 file? > > What command were you using? > > svn:sync-lock is a revision property. > Did you pass the --revprop option to svn propdel? > --0015174c1e0a17ab5f049ada8cc6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable svn propdel svn:sync-lock --revprop -r 0 REPO_URL

On Thu, Jan 27, 2011 at 4:18 PM, Stefan Sperling <stsp@elego.de> wrote:
On Thu, Jan 27, 2011 at 03:59:10PM -0500,= Andrew Sasak wrote:
> using svn 1.6.13
> When I attempt to delete it, it gives me a message indicating success,=
> however the property persists. Any ideas how to remove this? Can I saf= ely
> edit the revprops 0 file?

What command were you using?

svn:sync-lock is a revision property.
Did you pass the --revprop option to svn propdel?

--0015174c1e0a17ab5f049ada8cc6--