https://issues.apache.org/bugzilla/show_bug.cgi?id=45379
--- Comment #2 from Carsten Milkau <[EMAIL PROTECTED]> 2008-07-11 10:14:42 PST --- The problem is described in the linked mailing list item (and its successors). I'll give a brief summary here again: * Subversion uses DAV to implement its functionality in Apache. * When using the svn merge command on a directory, subversion removes any trailing slash (if present) * Apache replies with a 302 redirect to the same URL with a trailing slash * Subversion treats the redirect answer as error I asked subversion to include the trailing slash, however they answered mod_dav does not like trailing slashes. So it seems that mod_dav and some other part in apache don't agree on whether they want the URL with or without trailing slash. Steps to reproduce: * install recent versions of apache and subversion * create a repository and a branch * do an svn merge of a whole subtree (i.e. svn merge -rx:y http://localhost/svn/my_repository/some_directory my_working_copy_directory) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
