From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16036 invoked by alias); 13 Oct 2011 10:21:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29822 Received: (qmail 16797 invoked from network); 13 Oct 2011 10:21:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; s=mesmtp; bh=YxICW5Zc4f0 V9uDil5T2tR40EPw=; b=HLfoSgPsoYg8dyDX7rkp/PQc/wN/DdAu2qnUHGGAVKp KvGBGP1bABWA+G4tLQOuSzlQ6J6UZUR0t+uyjQY0e+nL1ZOcEOaGQLzYe7GKQ2XN xUYqFxnyFBXzmagvUK7PTLnVSqOTb/GAwJAteKqGmGqUA4nl4v4+djPnyBxBSlpQ = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=YxICW5Zc4f0V9uDil5T2tR40EPw=; b=FvmM0zWuwak/KD06mq6RYb7wm9Jo hGbeOHENyEgA5DOa2xvKlASWkjGdXPEkYW/F3L+EkpWfugUimOzPNZ6+FCi5xA6k ox6JFv/CkpotD8v/uJOR+HcnyH9d54JOEQ4lbGg/j1kTjKApjC0AIe5f7Lek1602 INo7BDWmAYISKoM= X-Sasl-enc: r/GSDLsE/h+CFBhdAr+leZbjduZIOo9IPNDHBhwjh0Ez8P3+QvlomvCM11DNpA 1318500920 Date: Thu, 13 Oct 2011 12:15:09 +0200 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: svn change impacting zsh Message-ID: <20111013101509.GA27878@daniel3.local> References: <20111013073942.GA35390@redoubt.spodhuis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111013073942.GA35390@redoubt.spodhuis.org> User-Agent: Mutt/1.5.20 (2009-06-14) To detect an svn dir the suggested methods are either running 'svn info' or mimicking whatever svn_wc_check_wc2() is doing. Phil Pennock wrote on Thu, Oct 13, 2011 at 03:39:42 -0400: > Subversion 1.7.0 is out, and it no longer puts .svn/ directories into > every directory, only into the top level (a la git). > > It's 3.30am and I need to be putting the computer down, but I think that > this breaks: > * VCS_INFO_detect_svn > * subversion command completion, esp. _svn_controlled() / > _svn_deletedfiles() invocations > > Regards, > -Phil, not helpful enough to patch, sorry