I want to do
svn mkdir http://svn.mydomain.com/.../projectX/trunk
svn mkdir http://svn.mydomain.com/.../projectX/branches
svn mkdir http://svn.mydomain.com/.../projectX/tags
svn propset someprop someval http://svn.mydomain.com/.../projectX
svn propset anotherprop anotherval http://svn.mydomain.com/.../projectX
in a single commit. Is there a way to batch up svn operations on the repository server? I could swear I've seen a way to do this before, but I can't remember the magic words to use or to google.