When using something like TortoiseSVN, you can use it's repo-browser to browse repositories and do stuff. One thing you can do is create directories in the repository. Normally you would have to checkout the repo, then create and add the directories and finally commit them to accomplish this. But you are able to do it in the repo-browser in one command.
Is it possible to do something similar from the command-line?