Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: pysvn 1.7.6 is required to support subversion 1.7 API But fedora 17 is using pysvn 1.7.5 from fedora 16 that is for subversion 1.6 API. This leads to code built on top of pysvn not working as expected. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. cd to folder that is part of an svn wc 2. python /usr/share/doc/pysvn-1.7.5/Examples/Client/svn_cmd.py update Actual results: $ python /usr/share/doc/pysvn-1.7.5/Examples/Client/svn_cmd.py update Traceback (most recent call last): File "/usr/share/doc/pysvn-1.7.5/Examples/Client/svn_cmd.py", line 206, in callback_notify elif arg_dict['path'] != '' and wc_notify_action_map[ arg_dict['action'] ] is not None: KeyError: <wc_notify_action.-unknown (0041)-> Updated to revision 31778 Expected results: $ python /usr/share/doc/pysvn-1.7.5/Examples/Client/svn_cmd.py update Updated to revision 31778 Additional info: I am the upstream maintainer of pysvn contact me if I can offer any assistance.
Created attachment 597312 [details] pysvn spec file fix for 1.7.6 I have taken the SRPM and tested fix the build. 1) Use pysvn 1.7.6 tar.gz 2) patches are included in 1.7.6 kit 3) patch spec file (attached) Barry
pysvn-1.7.6-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/pysvn-1.7.6-1.fc17
Package pysvn-1.7.6-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pysvn-1.7.6-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-10539/pysvn-1.7.6-1.fc17 then log in and leave karma (feedback).
pysvn-1.7.6-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.