[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: how to ignore dir in svn synchornize view

Hello

> i tried settting team->set property->svn-ignore. 
The property is correctly called 'svn:ignore' and the property value
should be set to '*'. After setting the property you have to commit this
property change on the directory to the svn repository as svn does not
know such a thing like local properties.

(Alternatively, you might try to set 'svn:ignore' with the property
value 'dir-to-ignore-name' on the parent directory.)

HTH

Michael