From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26901 invoked by alias); 14 Jan 2013 12:46:15 -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: 30964 Received: (qmail 15249 invoked from network); 14 Jan 2013 12:46:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: zsh-workers@zsh.org Subject: Re: zsh completion for "svn" is obsolete In-Reply-To: <20130114102906.GA31252@xvii.vinc17.org> (Vincent Lefevre's message of "Mon, 14 Jan 2013 11:29:06 +0100") References: <20130114102906.GA31252@xvii.vinc17.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Date: Mon, 14 Jan 2013 13:33:01 +0100 Message-ID: <87bocs2bcy.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: [pbs]MzQ5NTM4 Vincent Lefevre wrote: > On 2013-01-02 13:25:58 +0100, Yann Ollivier wrote: >> The completion functions for "svn" seem to be broken since subversion 1.7. >> For instance if you hit "svn add ", it will complete all files in the >> current directory, while it used to complete only those files not under >> subversion control. [...] > In the changelog: > > 2011-12-30 Frank Terbeck > [...] > * 30046: Functions/VCS_Info/Backends/VCS_INFO_get_data_svn: Fix > support for subversion version 1.7. Well, this particular change is the subversion 1.7 support in the vcs_info backend. The completion function is not related to it in any way. A quick look didn't reveal any changes in the `_subversion' completion with respect the subversion's 1.7 release. Regards, Frank