Re: How to make an encrypted svnsynced repository
From: Ton Boelens <ton_at_tonsoftime.com>
Date: Sat, 16 Jan 2010 08:09:29 +0100
On Fri, Jan 15, 2010 at 04:35:08PM -0500, Andy Levy wrote:
> > At the moment, my SVN repository is snvsynced to a server in
> > I have searched in the svn manual, with Google and in the past
> > Does that mean that there is no way to design a solution to this
> Wouldn't disk/file-level encryption be a task for the OS? IOW,
Andy,
What we are thinking about is something like this (it's a snippit of a
/usr/bin/openssl enc -d -aes-256-cbc -in $1 -out "$BESTAND" -pass file:$PAD/$KEY
This command will create a local copy of the repository, which will
I wonder if when I execute this command to the files of a SVN
Has anybody tried something like this?
*(this sync would function only as some kind of last resort backup)
Thank you for your reply!
--- Ton Boelens 's-Hertogenbosch, The NetherlandsReceived on 2010-01-16 08:10:07 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.