Is there an encrypted version control system?
        Posted  
        
            by Mike
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mike
        
        
        
        Published on 2010-06-18T15:34:40Z
        Indexed on 
            2010/06/18
            15:43 UTC
        
        
        Read the original article
        Hit count: 373
        
I am looking for an encrypted version control system . Basically I would like to
-have all files encrypted locally before sending to the server. the server should never receive any file or data unencrypted.
-Every other feature should work pretty much the same way as SVN or CVS does today.
Can anyone recommend something like this? I did a lot of searches but I cant find anything.
© Stack Overflow or respective owner