[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: prevent Linux root from seeing my files

From: Campbell Allan <campbell.allan_at_sword-ciboodle.com>
Date: Mon, 29 Nov 2010 11:50:09 +0000

On Monday 29 Nov 2010, Piotr Kabacinski wrote:
> On 29-11-2010 10:18, He Dajiang wrote:
> > For some reason, my svn server is in someone else's Linux machine. Is
> > there any way for me to prevent the Linux root from seeing and copying my
> > files?
>
> If you are able to create dedicated partition you could encrypt repo
> like described here:
> http://www.hypersphere.org/personal/svn.shtml

With some pretty important drawbacks, the no diff/conflict resolution would be
a dealbreaker for me

* The svn diff command is rendered useless, as the repository itself is
comprised, entirely, of encrypted data.
* The repository will be enormous. Because the data is all encrypted with a
block cipher, Subversion will be incapable of efficiently storing diffs, and
compression programs (such as BZip) will, also, have little effect. A few
basic tests have shown a 300% increase in repository size, making it wise to
restrict the amount of data stored therein.
* Conflict-resolution via subversion will also be useless. If a conflict
occurs, you'll have to manually merge the two versions on the mountpoint.

-- 
__________________________________________________________________________________
Sword Ciboodle is the trading name of ciboodle Limited (a company 
registered in Scotland with registered number SC143434 and whose 
registered office is at India of Inchinnan, Renfrewshire, UK, 
PA4 9LH) which is part of the Sword Group of companies.
This email (and any attachments) is intended for the named
recipient(s) and is private and confidential. If it is not for you, 
please inform us and then delete it. If you are not the intended 
recipient(s), the use, disclosure, copying or distribution of any 
information contained within this email is prohibited. Messages to 
and from us may be monitored. If the content is not about the 
business of the Sword Group then the message is neither from nor 
sanctioned by us.
Internet communications are not secure. You should scan this
message and any attachments for viruses. Under no circumstances
do we accept liability for any loss or damage which may result from
your receipt of this email or any attachment.
__________________________________________________________________________________
Received on 2010-11-29 12:51:12 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.