twisted.python._release.SVNCommand(object)
class documentationtwisted.python._release
View Source
(View In Hierarchy)
Implements interfaces: twisted.python._release.IVCSCommand
Subset of SVN commands to release Twisted from a Subversion checkout.
Static Method | ensureIsWorkingDirectory | Ensure that path is a SVN working directory. |
Static Method | isStatusClean | Return the SVN status of the files in the specified path. |
Static Method | remove | Remove the specified path from a Subversion checkout. |
Static Method | exportTo | Export the content of a SVN checkout to the specified directory. |
Ensure that path
is a SVN working directory.
Parameters | path | The path to check. (type: twisted.python.filepath.FilePath ) |
Return the SVN status of the files in the specified path.
Parameters | path | The path to get the status from (can be a directory or a file.) (type: twisted.python.filepath.FilePath ) |
Remove the specified path from a Subversion checkout.
Parameters | path | The path to remove from the checkout. (type: twisted.python.filepath.FilePath ) |
Export the content of a SVN checkout to the specified directory.
Parameters | fromDir | The path to the Subversion checkout to export. (type: twisted.python.filepath.FilePath ) |
exportDir | The directory to export the content of the checkout to. This directory
doesn't have to exist prior to exporting the repository. (type: twisted.python.filepath.FilePath ) |