Modify

Ticket #1147 (closed defect: fixed)

Opened 10 years ago

Last modified 10 years ago

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

comment:1 Changed 10 years ago by solj

  • Status changed from new to closed
  • Resolution set to fixed

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.