xnt.vcs.cvs

CVS Version Control Wrapper

xnt.vcs.cvs.cvsco(module, rev='', dest='')

Run CVS Checkout

Parameters:
  • module – CVS Module name to checkout
  • rev – Revision to checkout
  • dest – Destination directory or name of checked out module
xnt.vcs.cvs.cvsupdate(path)

Run CVS Update

Parameters:path – Directory path to module to update

Previous topic

xnt.tasks

Next topic

xnt.vcs.hg

This Page