Hello.
We have a subversion repository with top-level projects, each projects with trunk/branches/tags. And now we need to restrict access to one of projects for a limited number of developers. All work fine, except that while person who don't have access to this project performs "update" on repository via TortoiseSVN, the red 403 "forbidden" message is shown to him for project he is forbidden to see. This is logical, but red error lines for sucessfull commands are not good in general: developers who always see red error messages durng update will shortly get used to them and can ignore an error message that is a real error, not information about permissions :(. So, is it possible to configure TortoiseSVN / VisualSVN server so developers who don't have permissions for some projects will not get error messages for "update" command targeting repository root?