You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Henry Gao <he...@hcn.com.au> on 2009/02/03 03:46:43 UTC

commit at mirror site failed if "svn mv" used before commit

I setup subversion Master and Mirror use its "write through proxy"
technique. At mirror site. I tested: 

1. update a single file and commit - works 

2. add a new directory and files, then commit - works 

3. delete a directory and files, then commit - works 

4. try to move a diretory - Failed with following error: 

C:\temp\BlueChip_M​irror\trunk\Proj1​>svn mv dir_AddFromMirror dir_new 

A dir_new 

D dir_AddFromMirror\newfile.txt 

D dir_AddFromMirror

C:\temp\BlueChip_M​irror\trunk\Proj1​>svn commit -m "" Deleting
Proj1\dir_AddFromMirror Adding Proj1\dir_new svn: Commit failed (details
follow): svn: Server sent unexpected return value (405 Method Not
Allowed) in response to COPY request for
'/BlueChip_Mirror/!s​vn/bc/21/trunk/Proj1​/dir_AddFromMirror'

 

I used Subversion 1.5.5, apache 2.2.11 on windows for the testing.

 

This issue might links to issue. http://subversion.tigris.org/issues/show_bug.cgi?id=3275

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1094317