Using with Subversion

Convenience functions for working with svn.

This module does not include any targets, only functions.

At this point, these functions do not use any kind of library. They require the svn binary on the path.

paver.svn.checkout(url, dest, revision='')
Checks out the specified URL to the given destination.
paver.svn.info(path='')
Retrieves the svn info for the path and returns a dictionary of the values. Names are normalized to lower case with spaces converted to underscores.
paver.svn.update(path='', revision='')
Run an svn update on the given path.