I would like to perform SVN operations on an SVN repository (over HTTP, if it matters) without requiring a working copy. Basically, here are the things I want to do:[*]Check if a directory exists remotely.
- If the directory does not exist, create it
- This has to use an author name that I provide, not the authenticated WebDAV author (which is why the WebDAV approach doesn't work for me)