We have our Eclipse .classpath and .project (among others) in our SVN repository. I really don’t want SVN reminding me that I’ve updated the file. I never want to check in this file. I just want SVN to forget I have checked it out, and leave me alone. Is this possible? 🙂
We have our Eclipse .classpath and .project (among others) in our SVN repository. I
Share
The first thing I do when I create an Eclipse project hooked up to Subversion is svn:ignore the .classpath and .project file. Since you’ve already done this, I would just remove them from your svn, and THEN ignore them. There’s no reason for them to be in there, honestly.