You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/07/25 09:32:57 UTC

[Bug 55306] New: Error when copying svn repository, which contains lock file, using mod_dav

https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

            Bug ID: 55306
           Summary: Error when copying svn repository, which contains lock
                    file, using mod_dav
           Product: Apache httpd-2
           Version: 2.2.25
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_dav
          Assignee: bugs@httpd.apache.org
          Reporter: melanin_v.a@mail.ru

Hi,

I'd tried to copy repository(branch):
svn cp https://svn/testcopy/trunk https://svn/testcopy/tags/test_tag_011 -m
"make tag"
I've got error:
svn: E175002: Server sent unexpected return value (424 Failed Dependency) in
response to COPY request for '/testcopy/!svn/rvr/4314/trunk'

If I'm trying to copy repository using svn and filesystem:
$svn copy file:///docs/svn/repos/testcopy/trunk
file:///docs/svn/repos/testcopy/tags/test_tag_01 -m 'make a tag'
Then I do not have error:
Committed revision 4315.

This error first appeared after update from httpd-2.2.24 to httpd-2.2.25.
Modules mod_dav_svn.so and mod_authz_svn.so bundled with svn were recompiled
and reinstalled using apxs from httpd-2.2.25

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55306] Error when copying svn repository, which contains lock file, using mod_dav

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

--- Comment #1 from Ian Girouard <ig...@aquadata.com> ---
The same thing happens for me too, but with Visual SVN Server 2.6.4, (including
svn 1.8.1 and apache HTTP Server  2.2.25)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55306] Error when copying svn repository, which contains lock file, using mod_dav

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

Ben Reser <be...@reser.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55306] Error when copying svn repository, which contains lock file, using mod_dav

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

Ian Girouard <ig...@aquadata.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |igirouard@aquadata.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55306] Error when copying svn repository, which contains lock file, using mod_dav

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

ivan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ivan@apache.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55306] Error when copying svn repository, which contains lock file, using mod_dav

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

--- Comment #4 from Ben Reser <be...@reser.org> ---
Committed a fix in r1528718 that doesn't require the lock token on the COPY
source, but if a lock token is provided in an If: header it will still be
checked.  This makes mod_dav compliant with RFC 4918 with respect to the
behavior of COPY and locks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55306] Error when copying svn repository, which contains lock file, using mod_dav

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

--- Comment #2 from Ben Reser <be...@reser.org> ---
This is happening as a result of the change made for PR 54610.  The change
incorrectly causes locks on the source of a copy to require that the client
provide the state token for the lock.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55306] Error when copying svn repository, which contains lock file, using mod_dav

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

David Smith <da...@celebrus.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david.smith@celebrus.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55306] Error when copying svn repository, which contains lock file, using mod_dav

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

--- Comment #3 from Ben Reser <be...@reser.org> ---
Note that Philip Martin added a regression test to this to Subversion in:
http://svn.apache.org/r1516285

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org