I'm so confused about this.. I think there's something missing in the error that could help, but I'm not sure.
When trying to commit to an SVN repository, NetBeans is returning this error:
org.apache.subversion.javahl.ClientException: E155007: {0} is not a working copy
Upon reading up, I've tried several things, including Updating, Cleaning Up, and Checking out.. (checking out actually screwed things up a fair bit and duplicated my project).
But all of them, still return the error. I believe the {0} part is meant to be showing a file that isn't under version control, is that correct?
Not sure where to go from here, and I can't make any more commits. If possible, I don't want to have to just abandon, and create a new project and SVN repository from scratch.