I am looking for an encrypted version control system . Basically I would like to
Have all files encrypted locally before sending to the ser
SVN have built-in support for transferring data securely. If you use svnserve, then you can access it securely using ssh. Alternatively you can access it through the apache server using https. This is detailed in the svn documentation.