Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
VCS_INFO_get_data_svn:31: bad set of key/value pairs for associative array
- X-seq: zsh-workers 33489
- From: Manfred Lotz <manfred.lotz@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: VCS_INFO_get_data_svn:31: bad set of key/value pairs for associative array
- Date: Wed, 22 Oct 2014 06:24:41 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1413951882; bh=moAWIJQUttgS/nMgJVS4DsA722wcXDF0oxKvMz+CfSE=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding; b=VhW5gQ94rwBcWGzv+u1Wy8+vYMAbvrNwB075nupHe/j14QXE+eyQma7suS+DvvUo5 qAFS82SAOCo7EF1mnHfV4bNypayeK2ypfN0LS4tJ8/TrxNSZ05UCi8o1N5VP56FpSo 5B85HZS8oJrIdm1y/stPSKNrDiTXQ+1T1XUz/5tw=
- 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
Hi there,
In my .zshrc I have defined a function svn like this
function svn () {
...
}
where I do additional things when invoking svn.
After upgrading to zsh 5.0.7-1 in Fedora 20 I get this error if I
happen to be in a svn repository:
VCS_INFO_get_data_svn:31: bad set of key/value pairs for associative
array
Local fix is to rename the function to svn1 and define an alias
alias svn='svn1'
Line 31 in VCS_INFO_get_data_svn is:
cwdinfo=(${(kv)svninfo})
Could anybody tell me what's going on?
--
Thanks,
Manfred
Messages sorted by:
Reverse Date,
Date,
Thread,
Author