I"m using Eclipse Juno on Mac 10.7.5 (Java 6) with SubEclipse. I'm also using SVN for version control. Despite the fact that I have set some files/folders to ignore using "svn propedit ignore ." a the command line ….
Daves-MacBook-Pro:sbadmin davea$ svn propedit ignore .
displays
target
.classpath
.settings
.project
bin
When I'm in Eclipse, right click on my project (sbadmin) and select Team -> Commit, the dialog always shows ".classpath" and ".project" as files to check-in, despite the fact I want them ignored. Any way I can correct this?
Thanks, - Dave