Re: Protected/secure SVN

2015-05-12 Thread Nico Kadel-Garcia
On Tue, May 12, 2015 at 8:30 AM, D Ste wrote: > Hi, > > I would like to set up SVN to store confidential documents. > I have secured the pipe communication with HTTPS/SSL. To avoid unauthorized > users (even with root access) accessing documents from within the server, I > would like to protect t

RE: Protected/secure SVN

2015-05-12 Thread Grierson, David
If a user has root access to your host then nothing is going to be completely secure on that host. The encryption key could potentially be read from memory or the resulting decrypted repository contents from memory. If you don't trust your root users then you've got bigger problems regarding t

Re: Protected/secure SVN

2015-05-12 Thread jblist
> On May 12, 2015, at 8:45 AM, jbl...@icloud.com wrote: > > >> On May 12, 2015, at 5:30 AM, D Ste wrote: >> >> Hi, >> >> I would like to set up SVN to store confidential documents. >> I have secured the pipe communication with HTTPS/SSL. To avoid unauthorized >> users (even with root acces

Re: Protected/secure SVN

2015-05-12 Thread jblist
> On May 12, 2015, at 5:30 AM, D Ste wrote: > > Hi, > > I would like to set up SVN to store confidential documents. > I have secured the pipe communication with HTTPS/SSL. To avoid unauthorized > users (even with root access) accessing documents from within the server, I > would like to pr