From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19656 invoked from network); 7 Jul 2003 14:56:42 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 7 Jul 2003 14:56:42 -0000 Received: (qmail 23424 invoked by alias); 7 Jul 2003 14:56:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18826 Received: (qmail 23414 invoked from network); 7 Jul 2003 14:56:36 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 7 Jul 2003 14:56:36 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [209.73.233.27] by sunsite.dk (MessageWall 1.0.8) with SMTP; 7 Jul 2003 14:56:36 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 5F24B70025; Mon, 7 Jul 2003 10:56:35 -0400 (EDT) Date: Mon, 7 Jul 2003 10:56:35 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: Re: third post attempt for _subversion and _debsign Message-ID: <20030707145635.GA22026@acolyte.scowler.net> References: <20030707144614.GA21991@acolyte.scowler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030707144614.GA21991@acolyte.scowler.net> User-Agent: Mutt/1.5.4i > Trying from a different address. Appears that I only get blackholed if I send From clint@zsh.org. I guess primenet.com.au and sunsite.dk aren't playing nice. > #compdef svn svnadmin svnadmin-static=svnadmin This is very rudimentary and somewhat flawed. In particular, it doesn't know how to handle help output with multiple usage possibilities, f.ex. == usage: 1. export [-r REV] URL [PATH] 2. export PATH1 PATH2 == and it doesn't know how to handle repository contents. A valid url could be file:///path/to/repository/module/trunk where /path/to/repository is a real directory that contains dav/ db/ format hooks/ locks/ README.txt and module/trunk would be a "directory" contained in the berkeley db files. Thanks to Oliver for fixing one of the problems already. > #compdef debsign This was written and contributed by Matt Zimmerman.