Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
Description
The goal is to move files from one repo to another through the webdav interface, using a webdav client, like Windows My Network Places or BitKinex
Two repos where created and accessed with username/password
http://localhost:8092/repository/repo1
http://localhost:8092/repository/repo2
Copying from one to another fails.
Copying from any other webdav server to them works
Copying from them to any other webdav server works
Copying from local to them and from them to local of course works
I tried with latest svn code from could.it which includes this MOVE improvement http://issues.apache.org/jira/browse/HADOOP-505 that makes a real move and not a copy+delete