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

Re: Re: Global Ignore Pattern

From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Tue, 5 Aug 2014 09:27:17 -0500

On Tue, Aug 5, 2014 at 4:41 AM, Deepak Bhatia <toreachdeepak1_at_gmail.com> wrote:
> Hi Ryan,
>
> I have done the following
>
> Added files like a.o, b.o even though global ignore settings were set to ignore *.o in
> 1. tortoise svn or
> 2. svn ignore property and
> 3. also in the server side by the admin.
>
> Even then a.o and b.o were added.
>

svn:ignore does not prevent you from adding files manually, by
right-clicking on that file and choosing "add", or by using "svn add
thatFileName.o". It only prevents you from accidentally adding those
files when you add a directory, and prevents them from showing up in
the commit dialog or "svn status" output.

If you want to disallow manual overrides of the svn:ignore property,
then you need a server-side hook to deny a commit containing one of
these files.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3086252

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-08-05 16:27:50 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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