Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Issue with vcs_info and zsh 4.3.14
- X-seq: zsh-workers 29953
- From: Pierre Schmitz <pierre@xxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxx>
- Subject: Issue with vcs_info and zsh 4.3.14
- Date: Wed, 07 Dec 2011 15:03:47 +0100
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: Arch Linux
Hi all,
after upgrading from 4.3.12 to 4.3.14 I noticed that my vcs_info always
prints a warning if the current dir is not tracked by svn (but a parent
dir is). This breaks the grml-zsh-config for example.
How to reproduce:
$ svnadmin create /tmp/foo
$ svn co file:///foo bar
$ mkdir bar/blah
$ cd bar/blah
$ vcs_info
svn: '.' is not a working copy
I also noticed that when calling VCS_INFO_get_data_svn svn complains
about the unknown option --non-interactive.
Let me know if you need more info.
Greetings,
Pierre
--
Pierre Schmitz, http://pierre-schmitz.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author