I am trying to ignore some files that I have already commited to the repository in subclipse
I followed this from http://stackoverflow.com/questions/1066809/subclipse-svnignore
You can't svn:ignore a file that is already commited to repository.
So you must:
- Delete it from the repository
- Recreate it in Eclipse
- Set svn:ignore on it via Team->Add to svn:ignore
I am still getting a greyed out menu when I select Team->Add to svn:ignore
- I deleted the folder I don't want from the repository
- I reverted the project Team->Revert (this is the bit I may have done wrong)
- selected Team->Add to svn:ignore but it is greyed out.
what do I need to do?