Closed reprogrammer closed 13 years ago
Before v1.0.0.201103210128, .metadata/.plugins/org.eclipse.ltk.core.refactoring
used to be an SVN working copy. But, issue #167 moved the working copy to .metadata/.plugins/edu.illinois.codingspectator.data
. When I upgraded CodingSpectator, .metadata/.plugins/org.eclipse.ltk.core.refactoring
still contained some SVN meta data files. And, as a result of issue #167, CodingSpectator tries to copy Eclipse log files from .metadata/.plugins/org.eclipse.ltk.core.refactoring
to the new watched directory at .metadata/.plugins/edu.illinois.codingspectator.data
after every submission. However, both directories contain some read only SVN meta data files and the copy operation tries to overwrite the read only meta data file in .metadata/.plugins/edu.illinois.codingspectator.data
.
I fixed this issue in my workspace by deleting all SVN meta data files in .metadata/.plugins/org.eclipse.ltk.core.refactoring
and .metadata/.plugins/edu.illinois.codingspectator.data
.
Fortunately, this issue doesn't affect any of our current participants because none of them has ever used a version of CodingSpectator as old as v1.0.0.201103210128.
I found the following in my error log.