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

Re: [Subclipse-users] issue # 777

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 5 Aug 2008 09:10:22 -0400

On Tue, Aug 5, 2008 at 4:48 AM, <Greg.Huber_at_ricoh.co.uk> wrote:

> As of this patch I now keep committing items that I intentionally do not
> want to include in subversion. I keep forgetting to deselect the check
> box! Show unversioned files.
>
> Please could someone point me in the right direction on how I can set an svn
> ignore property on the repository, so I can exclude files types from a
> folder.
>
> eg. have a folder /lib and want to exclude all *.jar from this folder, (I
> want the lib folder to be versioned, but not the contents).

There is no reason that fix should have made things worse. If
anything it should have been better. Does it not remember the setting
of the checkbox value? Are you doing your commit from the Synchronize
view or Team menu? In the Synchronize view we intentionally ignore
any previous setting.

There are a lot of ways to ignore stuff. You should be able to
right-click on the file and do Team > Add to svn:ignore. This will
create/update a property named svn:ignore on the lib folder. If you
enter a value of *.jar, then all JAR files in that folder will be
ignored. You have to commit the property change. It is a folder
setting only, no other way to do it.

Eclipse also has preferences, Team > Ignored Resources. You can enter
patterns in there to have files ignored. The svn:ignore property is
generally a better way to do it since it will be honored by all SVN
clients.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-08-05 15:10:34 CEST

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.