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

Re: Quick Newbie question - restricting files during add

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-06-06 17:30:12 CEST

On 6/6/07, Tom Kielty <tom.kielty@calabrio.com> wrote:
>
>
>
>
> I am using SVN with apache. So all clients connect via http:.
>
>
>
> Is it correct that to restrict certain types of files from getting added to
> the repository i.e exe, dll etc., I need to put the check in a pre-commit
> hook script rather then setting the information in config file under
> global-ignores?

You can instruct your users to put it in their global-ignores, but the
final check should always be in the pre-commit. Clients can override
global-ignores, but they can't do that to the pre-commit.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 6 17:30:51 2007

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.