Modify ↓
Ticket #1147 (closed defect: fixed)
pysvn.Client.update function is not available in VCS.py
Reported by: | DongInn Kim <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.3.2 Release (Bugfix) |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
It seems that pysvn.Client.update fails to run because it is not avaiabled in pysvn or because the way to call "update" is not correct?
Failed to update repository Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/Bcfg2-1.2.3-py2.6.egg/Bcfg2/Client/Tools/VCS.py", line 127, in Installsvn client = pysvn.Client.update(entry.get('name'), recurse=True) AttributeError: 'function' object has no attribute 'update'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in 39a639a33048178d98c4b3f7972589b45afd3151.