Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: third post attempt for _subversion and _debsign
- X-seq: zsh-workers 18826
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: third post attempt for _subversion and _debsign
- Date: Mon, 7 Jul 2003 10:56:35 -0400
- In-reply-to: <20030707144614.GA21991@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20030707144614.GA21991@xxxxxxxxxxxxxxxxxxx>
> Trying from a different address.
Appears that I only get blackholed if I send From clint@xxxxxxxx
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author