Bug 31607 - new svn could fallback to the old way to do HTTP requests if the server doesn't support the new one
Summary: new svn could fallback to the old way to do HTTP requests if the server doesn...
Status: ASSIGNED
Alias: None
Product: Branch p7
Classification: Distributions
Component: subversion (show other bugs)
Version: не указана
Hardware: all Linux
: P3 minor
Assignee: Ivan Zakharyaschev
QA Contact: qa-p7@altlinux.org
URL:
Keywords:
Depends on: 31591
Blocks:
  Show dependency tree
 
Reported: 2015-12-10 13:55 MSK by Ivan Zakharyaschev
Modified: 2015-12-10 13:55 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2015-12-10 13:55:15 MSK
> Предлагаешь опцию конфигурирования по умолчанию включить?

Предлагаю эти опции в p7 включить.

> Причём в p7 это случается вдруг: я ставил себе систему из p7 некоторое
время назад, у меня работало. А если обновить subversion из нынешнего
p7, уже не работает. Это же нарушает ожидания от p7, что то, что
работало, не будет ломаться.
-- https://lists.altlinux.org/pipermail/devel/2015-December/200520.html

+++ This bug was initially created as a clone of Bug #31591 +++

It's a wish that the new advanced svn behaves in a sensible way when it makes HTTP requests (similarly to browsers which do determine a suitable "version" of HTTP for each server):

new svn could fallback to the old way to do HTTP requests if the server doesn't support the new one

https://lists.altlinux.org/pipermail/devel/2015-December/200479.html :



Кому-то ещё может пригодиться, если брать исходники по svn:

subversion-1.7.8-alt2.1 (который был когда-то в p7) и тот, который в p6, умел:

svn co http://svn.botik.ru/refal/to-imperative/trunk /usr/src/refal-trun

Новый из Sisyphus (и p7) не может:

svn: E175002: Unexpected HTTP status 400 'Bad Request' on
'/refal/to-imperative/trunk'

Преодолеть это можно так ( http://stackoverflow.com/a/22713369/94687 ):

svn --config-option servers:global:http-chunked-requests=no co
http://svn.botik.ru/refal/to-imperative/trunk /usr/src/refal-trunk