I'm new to Eclipse. I'm using subclipse for connecting to my SVN. There are some folders and files I would like to add to svn:ignore, but it's grayed out. Is there an easy way to get subclipse to ignore files and directories?

|
|
|
|
|
|
|
You can't svn:ignore a file that is already commited to repository. So you must:
Good luck! /Henrik |
||
|
|
|
|
This is just a WAG as I am not a Subclipse user, but have you ensured that the folders containing what you're trying to ignore have themselves been added to SVN? You can't svn:ignore something inside a folder that's not under version control. |
||
|
|
|
An other way, that doesn't force you to delete the files first, is to change the svn:ignore property: Team -> Show Properties. You can then double-click on the svn:ignore property and edit it. One line per item to ignore. |
||
|