From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5999 invoked from network); 30 Sep 2007 16:52:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Sep 2007 16:52:01 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 34854 invoked from network); 30 Sep 2007 16:51:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Sep 2007 16:51:55 -0000 Received: (qmail 10277 invoked by alias); 30 Sep 2007 16:51:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23866 Received: (qmail 10260 invoked from network); 30 Sep 2007 16:51:52 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Sep 2007 16:51:52 -0000 Received: (qmail 34609 invoked from network); 30 Sep 2007 16:51:52 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 30 Sep 2007 16:51:46 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 6FC175C2B0; Sun, 30 Sep 2007 12:51:45 -0400 (EDT) Date: Sun, 30 Sep 2007 12:51:45 -0400 From: Clint Adams To: zsh-workers@sunsite.dk, Vincent Lefevre , 330883-forwarded@bugs.debian.org Subject: Re: Bug#330883: zsh: For svn revert, _subversion completes deleted files incorrectly Message-ID: <20070930165145.GB27610@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, Vincent Lefevre , 330883-forwarded@bugs.debian.org References: <20050930094421.GA27690@dixsept.loria.fr> <20988.1128075597@trentino.groupinfra.com> <20050930111226.GB14702@ay.vinc17.org> <15526.1128083304@trentino.groupinfra.com> <20050930151550.GE14702@ay.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050930151550.GE14702@ay.vinc17.org> User-Agent: Mutt/1.5.16 (2007-06-11) On Fri, Sep 30, 2005 at 05:15:50PM +0200, Vincent Lefevre wrote: > I sometimes revert files from subdirectories (even several levels). > I prefer the current behavior, as adding a space is faster than > removing it and adding a slash. > > Isn't there a way to keep the normal suffix for normal files and add > a configurable suffix (e.g. " " in my case) for fake files? Maybe using something other than _files for the deleted files is the way to go.