[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
|
- From: Michael Pellaton <groups@xxxxxxxxxxx>
- Date: Fri, 18 Sep 2009 05:32:26 +0200
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.23 (X11/20090817)
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