[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

MKCOL question

From: Paul Hammant <paul_at_hammant.org>
Date: Mon, 9 Oct 2017 10:36:46 -0400

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 path/to/missing
And I have to MKCOL path/to/missing/directory/
And only the can I then PUT path/to/missing/directory/foo.mp3

I'd love to be able to make the directories in a oner. Like Unix's mkdir -p
option.

Or something better still in the PUT operation, if there were extra header
params I was not aware of.

- Paul
Received on 2017-10-09 16:36:50 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.