Subject: | svk mv fails on filenames with spaces |
When attempting to move filenames with spaces, svk works on the local
repository but pushing the results back to the SVN server causes the
following error:
RA layer request failed: COPY of <your_file_here>: 404 Not Found
This can be fixed by updating the SVN server to move the file to the
appropriate directory, syncing your mirror then rerunning svk push
(which will continue to work for any other local changes that do not
involve moving filenames with spaces).