From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16850 invoked by alias); 13 Oct 2011 07:55:09 -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: 29821 Received: (qmail 12741 invoked from network); 13 Oct 2011 07:54:58 -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=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at spodhuis.org does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201107; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=Au8++OdQi6NAZOp07uiycE9+tPtM3ZRV7wcuAq4vbjk=; b=c4/DcSNYifOxsTIVW591kbZCxRXqBQSLO8qQbN7siL8nU/0XAQnUM5Lq/mgdA5YsbzOf4xllm6SGVkRaXox+6R8eptmYDVC4NOWH/cV3YSlyHetUJKIaRRTReE+XlzZfpXyFC+W79eZiNqAoyxS6vspGgio9E2Td04yUeDgeClQ=; Date: Thu, 13 Oct 2011 03:39:42 -0400 From: Phil Pennock To: zsh-workers@zsh.org Subject: svn change impacting zsh Message-ID: <20111013073942.GA35390@redoubt.spodhuis.org> Mail-Followup-To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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