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

Re: Limiting access to replay in 1.4

From: Russell Hind <rh_gmane_at_mac.com>
Date: 2006-04-19 14:40:45 CEST

Marc Sherman wrote:
>
> As an svn admin on a private network, I don't care about intentional DOS
> at all; we've got HR procedures to handle that. What I do care about is
> people accidentally checking out the root of the repository, and then
> going to get coffee and filling up their own disks -- a rate limiter
> doesn't help with that. I want a way to configure the server to reject
> checkouts of certain parts of the repository. These checkouts should be
> allowed with a --force command, as this _isn't_ access control, it's
> there to help people avoid making common mistakes.
>

(sorry if something like this has been pointed out, only just seen this
last message).

trac (http://projects.edgewall.com/trac) have just added the ability to
download a zip of any svn folder to their web-based bug tracking system
with svn integration.

They have added a config option, download_paths which allows you to
limit what paths in the repo can be downloaded as zip file e.g.

; Any directory can be downloaded
download_paths = *

; Limit to individual releases and trunk
download_paths = trunk;releases/*

etc.

Cheers

Russell

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 19 14:42:15 2006

This is an archived mail posted to the Subversion Dev mailing list.

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