Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10978, comment 4


Ignore:
Timestamp:
Mar 11, 2014, 12:49:30 PM (10 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10978, comment 4

    initial v1  
    22
    33The huge amount of memory is consumed by `SubversionRepository.get_node()` and `SubversionNode`. Therefore, the changes sort deltas before creating `SubversionNode`s.
     4
     5Unit and functional tests pass on
     6 - Python 2.4 - 2.7 with Subversion 1.6.17
     7 - Python 2.4 and 2.6 with Subversion 1.7.6
    48
    59=== Results