Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 02A37200C2F for ; Mon, 6 Mar 2017 17:15:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0136B160B76; Mon, 6 Mar 2017 16:15:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 48DCF160B73 for ; Mon, 6 Mar 2017 17:15:21 +0100 (CET) Received: (qmail 51877 invoked by uid 500); 6 Mar 2017 16:15:20 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 51863 invoked by uid 99); 6 Mar 2017 16:15:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2017 16:15:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id CB5AAC1189 for ; Mon, 6 Mar 2017 16:15:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.068 X-Spam-Level: X-Spam-Status: No, score=-0.068 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_NEUTRAL=0.652] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=messagingengine.com Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id U6BcWw0zg-tK for ; Mon, 6 Mar 2017 16:15:17 +0000 (UTC) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 5E21D5F297 for ; Mon, 6 Mar 2017 16:15:17 +0000 (UTC) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 420A920AAE; Mon, 6 Mar 2017 11:15:16 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Mon, 06 Mar 2017 11:15:16 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=tgYwAu6DhCBBjZ O3Gj/nvmeO3Xc=; b=bAliYxVGEMT/j0OujdOsEjzHct36fwIUFQRA1ZZlamTd3O CoAvHlGgML7V+me+V0iNvNMknX+lKhYUJMEZQBcP1P8R2fwnNri595Q5Frs2AYrk sKYFP3G99TvHE++wRijOjK6ecyUOnt/UXp9+9gXYbPPeSJThIxqPtWvlJ6Ghs= X-ME-Sender: X-Sasl-enc: xr9xK5ev4CQk3Ta6sXn1bdI6wGguO+apoGebHcoEFDxq 1488816915 Received: from fujitsu.shahaf.local2 (bzq-109-65-57-127.red.bezeqint.net [109.65.57.127]) by mail.messagingengine.com (Postfix) with ESMTPA id DA8C07E43A; Mon, 6 Mar 2017 11:15:15 -0500 (EST) Received: by fujitsu.shahaf.local2 (Postfix, from userid 1000) id 3vcPs423yHznM; Mon, 6 Mar 2017 16:10:32 +0000 (UTC) Date: Mon, 6 Mar 2017 16:10:32 +0000 From: Daniel Shahaf To: dev@subversion.apache.org Cc: Doug Robinson Subject: 'svn lock -q' (was: Suspected issue with "remove-zombie-locks.py"?) Message-ID: <20170306161032.GA5041@fujitsu.shahaf.local2> References: <20170306160644.GA4755@fujitsu.shahaf.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170306160644.GA4755@fujitsu.shahaf.local2> User-Agent: Mutt/1.5.23 (2014-03-12) archived-at: Mon, 06 Mar 2017 16:15:22 -0000 Daniel Shahaf wrote on Mon, Mar 06, 2017 at 16:06:44 +0000: > I can reproduce this using the FS API only (without the contrib/ script): While reproducing this I ran into: % svn lock -q a Subcommand 'lock' doesn't accept option '-q [--quiet]' Type 'svn help lock' for usage. I assume the following will fix it, but I don't have a build environment so I can't test it. [[[ Index: subversion/svn/svn.c =================================================================== --- subversion/svn/svn.c (revision 1785678) +++ subversion/svn/svn.c (working copy) @@ -807,7 +807,7 @@ const svn_opt_subcommand_desc2_t svn_cl__cmd_table "usage: lock TARGET...\n" "\n" " Use --force to steal the lock from another user or working copy.\n"), - { opt_targets, 'm', 'F', opt_force_log, opt_encoding, opt_force }, + { opt_targets, 'q', 'm', 'F', opt_force_log, opt_encoding, opt_force }, {{'F', N_("read lock comment from file ARG")}, {'m', N_("specify lock comment ARG")}, {opt_force_log, N_("force validity of lock comment source")}} }, ]]] Cheers, Daniel