I am using an SVN repository to hold revisions for a project. About half way through (having commited several times) i changed the directory structure of the project, and renamed some files.
Now when I try and commit it tells me that the path to an old file (that was renamed, and moved) was not found. Also I am the only person working on this project, so any changes I make to my working copy will be the only changes. I am also using subclipse to manage the project.
How can I commit this modified project?