PyFoam.Basics.SvnInterface module

A VCS-interface to Mercurial

class PyFoam.Basics.SvnInterface.SvnInterface(path, init=False)[source]

Bases: PyFoam.Basics.GeneralVCSInterface.GeneralVCSInterface

The interface class to svn

Only a partial implementation (As much as the BuildHelper needs)

__init__(path, init=False)[source]
__module__ = 'PyFoam.Basics.SvnInterface'
branchName()[source]
getInfo(info)[source]
getRevision()[source]
update(timeout=None)[source]