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

Re: [Subclipse-users] "Unversioned files mark parent as modified"

From: Mark Phippard <markphip_at_gmail.com>
Date: 2006-12-28 17:39:38 CET

On 12/28/06, Thierry Durandy <thierry.durandy@philips.com> wrote:
>
>
> This option exists on TortoiseSVN.
> I can not find it on Subclipse. And, indeed, any directory with generated
> objects (I use CDT) appear as modified when they only host compilation
> result.
> May I did not find how to configure correctly Subclipse.
> Or could you add this option into a future release of Subclipse ?

There are no plans to make this a setting. It is actually implements at a
fairly low level in the code making it hard to be a setting.

There are a lot of ways to ignore files. Why wouldn't you add these
extensions to the svn:ignore property so that they do not appear in
commit/revert dialogs? Eclipse also has a global list of ignored extensions
you can edit. Both of these will cause the decorator to not appear.

svn:ignore is the better option as it applies to all SVN clients and it will
come down to each workstation automatically so each user does not have to
configure it. If you are working on a project where you cannot set the
property, then the Eclipse feature will do it. This is in preferences under
Team -> Ignored Resources.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Thu Dec 28 17:39:42 2006

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.