Bug 838643 - Wrong version of pysvn used for subversion 1.7 support
Summary: Wrong version of pysvn used for subversion 1.7 support
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pysvn
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: Caitlyn O'Hanna
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-09 16:58 UTC by Barry Scott
Modified: 2012-07-27 09:54 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-07-27 09:54:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
pysvn spec file fix for 1.7.6 (738 bytes, patch)
2012-07-10 11:21 UTC, Barry Scott
no flags Details | Diff

Description Barry Scott 2012-07-09 16:58:31 UTC
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.

Comment 1 Barry Scott 2012-07-10 11:21:21 UTC
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

Comment 2 Fedora Update System 2012-07-10 17:39:21 UTC
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

Comment 3 Fedora Update System 2012-07-11 23:55:36 UTC
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).

Comment 4 Fedora Update System 2012-07-27 09:54:36 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.