aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKirill A. Korinskiy <catap@catap.ru>2008-12-20 09:19:46 +0300
committerJunio C Hamano <gitster@pobox.com>2008-12-21 01:12:48 -0800
commit753bc911f489748a837ecb5ea4b5216220b24845 (patch)
tree61346b5b47997ac2dc9859f76b1e849fccfaf34d /Documentation
parent08fc0608657ee91bc85276667804c36a93138c7d (diff)
downloadgit-753bc911f489748a837ecb5ea4b5216220b24845.tar.gz
git-753bc911f489748a837ecb5ea4b5216220b24845.tar.xz
Remove the requirement opaquelocktoken uri scheme
The program flow of pushing over http is: - call lock_remote() to issue a DAV_LOCK request to the server to lock info/refs and branch refs being pushed into; handle_new_lock_ctx() is used to parse its response to populate "struct remote_lock" that is returned from lock_remote(); - send objects; - call unlock_remote() to drop the lock. The handle_new_lock_ctx() function assumed that the server will use a lock token in opaquelocktoken URI scheme, which may have been an Ok assumption under RFC 2518, but under RFC 4918 which obsoletes the older standard it is not necessarily true. This resulted in push failure (often resulted in "cannot lock existing info/refs" error message) when talking to a server that does not use opaquelocktoken URI scheme. Signed-off-by: Kirill A. Korinskiy <catap@catap.ru> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions