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[source]
exception[source]
exception libvcs.sync.svn.SvnUrlRevFormattingError
¶

Bases: ValueError

Raised when SVN Revision output is not in the expected format.

class libvcs.sync.svn.SvnSync
¶
class libvcs.sync.svn.SvnSync
¶

Bases: BaseSync

Tool to manage a local SVN (Subversion) working copy from a SVN repository.