Is there an encrypted version control system?
问题 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. 回答1: You should encrypt the data pipe (ssl/ssh) instead, and secure the access to the server. Encrypting the data