Menu

Commit [r6328]  Maximize  Restore  History

Don't try to figure out the exact oldest rev in case of scoped Subversion revs.

We don't do that because it has apparently a big perfomance impact, and moreover is the trigger for a huge memory leak, as documented in #5213.

However, getting the exact start of a the history in a scoped repository was important for the resync, so we still have to do that at this occasion.

I keep the lines as comments instead of deleting them completely, as a reminder to investigate the reasons of that leak.

Closes #5213.

cboos 2007-12-13

changed /trunk/trac/versioncontrol/cache.py
changed /trunk/trac/versioncontrol/svn_fs.py
changed /trunk/trac/versioncontrol/tests/svn_fs.py
/trunk/trac/versioncontrol/cache.py Diff Switch to side-by-side view
Loading...
/trunk/trac/versioncontrol/svn_fs.py Diff Switch to side-by-side view
Loading...
/trunk/trac/versioncontrol/tests/svn_fs.py Diff Switch to side-by-side view
Loading...