Edgewall Software

Changes between Initial Version and Version 2 of Ticket #10978


Ignore:
Timestamp:
Dec 12, 2012, 10:52:39 PM (11 years ago)
Author:
Ryan J Ollos <ryan.j.ollos@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10978

    • Property Summary Performance issueSVN `get_changes` performance issue
  • Ticket #10978 – Description

    initial v2  
    1 Changes made in [11244] in file svn_fs.py is a performance killer.
     1Changes made in [11244] in file `svn_fs.py` is a performance killer.
    22
    3 Our plugin uses function get_changes and when deals with bigger changesets Trac starts to consume huge amount of memory and get_changes takes ages to complete.
     3Our plugin uses function `get_changes` and when dealing with bigger changesets Trac starts to consume huge amount of memory and `get_changes` takes ages to complete.
    44
    55According to the log message change was made to fix failing tests, not because something was not working. We think that reverting this change and fixing tests is better idea than killing performance.
  • Ticket #10978 – API Changes

    initial v2  
    1 trac.versioncontrol.svn_fs.SubversionRepository.get_changes