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

Re: Ignoring files

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-05 05:51:06 CET

You can also write a pre-commit hook script that prevents certain files
from being added in commits. Because it's enforced by the server,
clients don't need to configure a thing.

On Jan 4, 2005, at 8:09 PM, Delbert D. Franz wrote:

> Make sure that each developer's computer has a config file with the
> extensions in the global-ignores block of that file. Global ignores
> serve two functions: (1) the keep files with that extension from being
> imported to a repository, and (2) if such files are added to a working
> copy later, they will not appear in a status listing.
>
> AFAIK there is no server-side setting to make this happen. Each client
> must have the correct entries in the config file. I forgot this once
> and had to do quite some cleanup work!
>
> Delbert
>
> On Tuesday 04 January 2005 04:19 pm, Erick Sasse wrote:
>> It is not clear for me how to set some filters for the entire SVN
>> server.
>>
>> I don't want any *.exe *.dll (and several others) files to be
>> imported into
>> SVN by any developer.
>>
>> How can I do it?
>>
>> Thanks!
>> Erick
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 5 05:53:22 2005

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.