Re: MKCOL question

2017-10-10 Thread Paul Hammant
Well pipelining into Svn's HTTP 1.1 interface does work as you suggested. There is a library in Python called 'hyper' that does it - http://hyper.readthedocs.io/en/latest/quickstart.html#streams though the example get_response signature is not current (I raised a bug). Also, if I change

Re: MKCOL question

2017-10-09 Thread Branko Čibej
On 09.10.2017 16:36, Paul Hammant wrote: > Hi gang, > > /(non subversion-client usage warning, also BDD ahead warning)/ > > Given I have a directory /path/to/missing/directory/ that does not > exist on the Svn server at all   > When I want to put a file in there (say foo.mp3) > Then I have to

MKCOL question

2017-10-09 Thread Paul Hammant
Hi gang, *(non subversion-client usage warning, also BDD ahead warning)* Given I have a directory /path/to/missing/directory/ that does not exist on the Svn server at all When I want to put a file in there (say foo.mp3) Then I have to MKCOL path/ And I have to MKCOL path/to/ And I have to MKCOL