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

Re: [Subclipse-users] ignore a inner folder

From: <subclipse_at_mark-kirchner.de>
Date: Fri, 31 Oct 2008 13:54:18 +0100

Emmanuel Cervetti schrieb:
>>> Everything works fine if I ignore a /data/* or a /tmp/* file , but
>>> can't manage to ignore a inner folder like /data/tmp
>>> Is there a way to do that ?
>>
>> Choose "Set property ..." from the team menue for the _parent_ folder
>> ("/data") and add the "svn:ignore" property. Its value is the list of
>> ignored items ("tmp") in this folder.
>>
>
> I've tried to do that, but subclipse ignores it... it still sync the tmp
> file ...
> In your project, it works ?

Hi,

is the "tmp"-folder already in the repository? If so, adding it to
svn:ignore is not going to help you. svn:ignore just prevents the client
from adding something to the repository.
In that case, you'd have to remove the folder from the repository first;
after that, it won't get re-added.

HTH,
Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-10-31 13:54:35 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.