*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
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/testing/fscommon.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/test/raises.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/testing/fscommon.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py