Is there an SCM tool made for solo programmers with key logging built in?
        Posted  
        
            by pokstad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pokstad
        
        
        
        Published on 2010-03-25T23:25:34Z
        Indexed on 
            2010/03/27
            21:03 UTC
        
        
        Read the original article
        Hit count: 475
        
Are there any Source Code Management (SCM) tools made specifically for solo programmers or small groups of programmers that tracks every small change made to source code in real time? This would require all key strokes to be tracked, and any other small changes like GUI UI editing. This seems like it would be a very useful tool for a programmer trying to remember a fix he did an hour ago that they didn't manually commit.
© Stack Overflow or respective owner