vote up 2 vote down star

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?

subclipse

flag

3 Answers

vote up 8 vote down check

You can't svn:ignore a file that is already commited to repository.

So you must:

  1. Delete it from the repository
  2. Recreate it in Eclipse
  3. Set svn:ignore on it via Team->Add to svn:ignore

Good luck!

/Henrik

link|flag
vote up 2 vote down

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.

link|flag
yup, the containing folder is in the SVN – KevMo Jul 1 at 1:04
vote up 1 vote down

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.

link|flag
Nice trick...but didn't seem to have an effect? Should I do something else? – lud0h Oct 13 at 12:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.