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

Re: [Subclipse-users] Bug in decorator for CDT C/C++ Projects view ?

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-03-12 17:25:24 CET

On 3/12/07, Sylvain Nahas <nahas.sylvain@addi-data.com> wrote:
>
> Nothing was actually changed but there is a lot of unversioned files.
> They are detected as "Outgoings change" in the synchronize view.
>
> Is there a way to disable this behaviour ?

There is no way to disable the behavior, but there are several ways to cause
the files to be ignored. For starters, there is the svn:ignore property.
When possible this is your best option since it is contained at the
Subversion level and will then be shared with other developers on
checkout/update and also respected by other Subversion clients.

Subclipse automatically ignores files that are marked as derived by
Eclipse. Only the Eclipse builders can do this, I do not know if a C/C++
make builder would be able to do it or not.

Finally, in Eclipse preferences, under Team -> Ignored Resources, Eclipse
has a global place where you can enter patterns to ignore certain file
types. This might be useful for causing all of the C/C++ compiler output to
be ignored assuming the files do not get marked as derived.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Mon Mar 12 17:25:33 2007

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.