Skip Menu |

This queue is for tickets about the svk CPAN distribution.

Report information
The Basics
Id: 28087
Status: resolved
Priority: 0/
Queue: svk

People
Owner: Nobody in particular
Requestors: WMCKEE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: v2.0.1
Fixed in: (no value)



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).
From: Wichert Akkerman
It fails on more operations than just mv. For example trying to commit a changeset with a copy operation fails: RA layer request failed: COPY of Emergency manual.pages: 404 Not Found (https://.......) Please sync mirrored path /mirror/..... first. Looking at the logs on the svn server you can see: 194.109.254.66 - wichert [12/Sep/2007:11:58:07 +0200] "COPY /!svn/bc/10727/.../hosting/Hosting HTTP/1.1" 404 232 The actual directory is called "Hosting manual.pages", not "Hosting"
在 2007-09-12 06:05:08 星期三 時,http://wichert.myopenid.com/ 寫到: Show quoted text
> It fails on more operations than just mv. For example trying to commit a > changeset with a copy operation fails: > > RA layer request failed: COPY of Emergency manual.pages: 404 Not Found > (https://.......) > Please sync mirrored path /mirror/..... first. > > Looking at the logs on the svn server you can see: > > 194.109.254.66 - wichert [12/Sep/2007:11:58:07 +0200] "COPY > /!svn/bc/10727/.../hosting/Hosting HTTP/1.1" 404 232 > > The actual directory is called "Hosting manual.pages", not "Hosting"
Fixed in trunk. rev. 2918