libvcs.sync.svn¶
Check out and update Subversion working
copies through SvnSync:
obtain() creates the checkout,
update_repo() refreshes it, and
get_revision() reads the current revision for
svn(1).
Tool to manage a local SVN (Subversion) working copy from a repository.
-
exception libvcs.sync.svn.SvnUrlRevFormattingError¶exception libvcs.sync.svn.SvnUrlRevFormattingError¶
Bases:
ValueErrorRaised when SVN Revision output is not in the expected format.