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