Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11905


Ignore:
Timestamp:
Jan 6, 2015, 6:15:20 PM (9 years ago)
Author:
Jun Omae
Comment:

Thanks for the reporting! I'll reproduce it and confirm suggested fix.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11905

    • Property Status newassigned
    • Property Component version controlplugin/git
    • Property Version1.0.2
    • Property Milestone1.0.3
    • Property Owner set to Jun Omae
  • Ticket #11905 – Description

    initial v1  
    4343
    4444With below patch, synchronisation seems to work for me - it does not fan out badly, but there are a lot of merges in my codebase. By filtering the seen revisions, the non-recursive codepath seems to be used more often.
    45 {{{
     45{{{#!diff
    4646--- tracopt/versioncontrol/git/git_fs.py.orig   2014-12-03 13:25:01.000000000 +0100
    4747+++ tracopt/versioncontrol/git/git_fs.py        2015-01-06 16:10:57.382569907 +0100