method: path.svnwc.mkdir

*Not documented*
    def mkdir(self, *args):

origin: path.svnwc

where:

changes in __dict__ after execution:

exceptions that might appear during execution:

function source:

def mkdir(self, *args):
    if args:
        return self.join(*args).mkdir()
    else:
        self._svn('mkdir')
        return self

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.mkdir.0

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.mkdir.1

called in /home/johnny/projects/merlinux/py/dist/py/path/testing/fscommon.py

traceback path.svnwc.mkdir.2

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.mkdir.3

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.mkdir.4

called in /home/johnny/projects/merlinux/py/dist/py/test/raises.py

traceback path.svnwc.mkdir.5

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.mkdir.6

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.mkdir.7

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.mkdir.8

called in /home/johnny/projects/merlinux/py/dist/py/path/testing/fscommon.py

traceback path.svnwc.mkdir.9

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.mkdir.10

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.mkdir.11