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



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