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

Re: Restricting Check-Out Function

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Tue, 26 Feb 2008 17:42:30 -0600

On Feb 26, 2008, at 02:33, Merten, Alexander (External) wrote:

> is it possible to restrict the checkout function of subversion, so
> that only complete branches can be checked out? We want to forbid,
> that people check-out single files or subfolders of a branch.
>
> Is this something that can be done server-side or is that something
> that can only be implemented by a client-side customization (e.g.
> by customizing TortoiseSVN)?
>

Yes, this can be done server-side, assuming you are using Apache to
serve your repository. (I don't think this capability exists for
svnserve.)

You just install and configure mod_dontdothat:

http://svn.collab.net/repos/svn/trunk/contrib/server-side/
mod_dontdothat/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-27 00:43: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.