[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Web Folders, renaming resources and SVNAutoversioning errors

From: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-03-23 01:22:09 CET

Hello,

  When renaming a resource with SVNAutoversioning turned on, using Win32
  Web Folders (on Win2k, WINNT 4.0 and WinXP), the user is presented
  with an error dialog that reads something like:

    "Unable to rename X."

  However, the resource is succesfully renamed, and a refresh of the
  Web Folders view shows the renamed resource.

  Looking at the Apache logs, I can see:

10.21.41.249 - n147897 [23/Mar/2005:11:15:36 +1100] "PROPFIND /repos/test
HTTP/1.1" 207 4191
10.21.41.249 - n147897 [23/Mar/2005:11:15:36 +1100] "PROPFIND
/repos/test/trunk HTTP/1.1" 207 5869
10.21.41.249 - n147897 [23/Mar/2005:11:15:37 +1100] "PROPFIND
/repos/test/trunk/renamed HTTP/1.1" 207 931
10.21.41.249 - 147897 [23/Mar/2005:11:15:45 +1100] "PROPFIND
/repos/test/trunk HTTP/1.1" 207 1290
10.21.41.249 - n147897 [23/Mar/2005:11:15:46 +1100] "MOVE
/repos/test/trunk/renamed HTTP/1.1" 409 291
10.21.41.249 - n147897 [23/Mar/2005:11:17:07 +1100] "PROPFIND
/repos/test/trunk HTTP/1.1" 207 5870
10.21.41.249 - n147897 [23/Mar/2005:11:17:08 +1100] "PROPFIND
/repos/test/trunk HTTP/1.1" 207 5870
10.21.41.249 - n147897 [23/Mar/2005:11:17:08 +1100] "PROPFIND /repos/test
HTTP/1.1" 207 4191
10.21.41.249 - n147897 [23/Mar/2005:11:17:08 +1100] "PROPFIND
/repos/test/trunk HTTP/1.1" 207 5870

  To generate this sequence of requests, I browsed to "/repos/test/trunk"
  renamed "renamed" to "renamed2" and the error dialog was displayed.
  Then I closed it and refreshed /repos/test/trunk.

  The question is, is the response that Subversion is returning not what
  the Web Folders client is expecting (409 Conflict)? The rename seems to
  be working, using an Subversion client to browse the repository
  history shows everything as expected.

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 23 01:25:49 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.