I’m trying to commit my changes to my SVN repo, by clicking on the file, team, commit, but then in the Console in eclipse, it says
commit -m "" /Users/admin/Documents/workspace/Challenge5-Ghostomatic/GhostList.java
Skipped
And it does that for all the files, even though the local version has changes that the SVN doesnt have. How do I fix this?
This “skipped” thing comes from the fact that somewhere, somehow, you corrupted the two trees of files between the repository and your local copy. It is most likely that the issue comes from the fact that you did not merge the two repositories, your local copy, and the subversion copy, before making changes to your file, or adding a file.
Following this tutorial all the way through might help. It’s very short and should clear up all your errors.
http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/mylyn.php