Installing

From Source

  1. Untar the svnmock-x.y.tar.gz file.
  2. cd into the resulting directory.
  3. python setup.py install

From a Python Egg

If you've already downloaded the .egg file:

easy_install svnmock-x.y-py2.4.egg

easy_install can also fetch and install svnmock directly from PyPI:

easy_install svnmock

From a Subversion Checkout

So, now that you've followed the instructions for grabbing a copy of svnmock's Subversion repository, what do you do with it? The procedure for installing from a checkout is the same as installing from a source distribution: python setup.py install. Note that you may need root access for this operation, depending on your setup.

svnmock