Finding which files were "FIXED"and how many times between two specific date by using Trac?
        Posted  
        
            by mkafkas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mkafkas
        
        
        
        Published on 2010-03-28T11:35:21Z
        Indexed on 
            2010/03/28
            11:43 UTC
        
        
        Read the original article
        Hit count: 253
        
I need to find out that how many times and which files are fixed or changed due to a bug between two specific dates in an open source project which uses Trac. I selected Webkit project for that purpose. (https://trac.webkit.org/) However, it can be any open source project.
What can I do for that? How do I start? Do i have to use version control systems like svn or git for intergration? I am kinda newbie for these bug-tracking and issue-tracking systems.
© Stack Overflow or respective owner