On Fri, Jan 15, 2010 at 16:23, Ton Boelens <t...@tonsoftime.com> wrote: > Hi, > > At the moment, my SVN repository is snvsynced to a server in another > location. I would like to make this remote repository encrypted on the > file level, so that even somebody who has physically access to this > server, cannot read the contents of the files. > > I have searched in the svn manual, with Google and in the past couple > of months posts I have of this mailing list, but I could find no > reference. > > Does that mean that there is no way to design a solution to this > requirement?
Wouldn't disk/file-level encryption be a task for the OS? IOW, encrypt/decrypt the data as it's written to/read from disk, regardless of whether it's a repository or not?