fab.steps.grab.svn module

fab.steps.grab.svn.tool_available(command)

Is the command line tool available?

Return type:

bool

fab.steps.grab.svn.is_working_copy(tool, dst)
Return type:

bool

fab.steps.grab.svn.svn_export(config, src, dst_label=None, revision=None, tool='svn')

Export an FCM repo folder to the project workspace.

fab.steps.grab.svn.svn_checkout(config, src, dst_label=None, revision=None, tool='svn')

Checkout or update an FCM repo.

Note

If the destination is a working copy, it will be updated to the given revision, ignoring the source url. As such, the revision should be provided via the argument, not as part of the url.

fab.steps.grab.svn.svn_merge(config, src, dst_label=None, revision=None, tool='svn')

Merge an FCM repo into a local working copy.

fab.steps.grab.svn.check_conflict(tool, dst)