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

Re: [Subclipse-users] Support for global-ignores

From: Mark Phippard <mphippard_at_collab.net>
Date: Fri, 19 Dec 2008 11:46:09 -0500

On Fri, Dec 19, 2008 at 11:41 AM, <glen.84_at_gmail.com> wrote:

> Could you please take global-ignores into account when applying label decorations, etc.?

No.

> I have added .project to my global-ignores, and it's still displayed with the ? (unversioned file) decoration. The root folder is also displayed as dirty (* decoration).

Whether or not something is ignored comes to us via SVN, we do not
decide. We ask the status of something, and SVN tells us it is
ignored. The global-ignores feature only applies to the svn import
command. If you want to always ignore a specific pattern of files you
should use the Eclipse ignored files list, which is in the preferences
under Team > Ignored Resources. This then allows us to ask Eclipse if
it should be ignored.

Of course the other way to do is by setting the svn:ignore property on
the parent folder(s). This is the best option as then you do not have
to worry about using another SVN client, such as TortoiseSVN, and have
it not ignore the items.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=987597
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2008-12-19 17:47:26 CET

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

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