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

