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

Re: Password protect repository

From: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: Sun, 8 Jan 2012 13:42:32 +0100

Hi,

On 7 January 2012 23:23, [Name Removed] <hidden_email.nl> wrote:

> Hello,
>
> I'm new to tortoisesvn. I have a simple question about password protection
> that I could not find in the manual.
>
> Is it possible to password protect the repository? I am not talking about
> access to servers, I want to be able to prevent that anyone who has access
> to the repository files can checkout the repository.
>
>
Yes, this can be done by setting up authorisation at the subversion server
level. See the subversion manual for more info (it depends on the server
type you are using - svnserve or mod_svn via apache). TSVN can use all of
the options, but configuring it is done server side.

> In other words: if a burglar breaks into my house and steals the computer
> that has my repository stored in it. How can I prevent him from accessing
> the files inside the repository?
>
>
Less easy, because this means you have to protect your server at the file
system level. Once someone has file access to the repository, its
configuration can be read and potentially modified, thus removing/changing
the authorisation settings. Generally, this is no longer in the realm of
subversion authentication, but more OS server side. Your options depend on
the OS you are using (linux, Windows, etc.).

To prevent access in this situation you need some sort of encrypted file
system.

-- 
Regards,
Jean-Marc
--
.       ___
.  @@  // \\      "De Chelonian Mobile"
. (_,\/ \_/ \     TortoiseSVN
.   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
.   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2906947
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-08 13:42:41 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.