Part of lp.codehosting.codeimport.tests.servers View In Hierarchy
| Method | __init__ | Construct a CVSServer. |
| Method | createRepository | Create a CVS repository at path. |
| Method | getRoot | Return the CVS root for this server. |
| Method | makeModule | Create a module on the CVS server called module_name. |
| Method | start_server | Undocumented |
CVSServer.| Parameters | repository_path | The path to the directory that will contain the CVS repository. |
path.| Parameters | path | The local path to create a repository in. |
| Returns | A CVS.Repository`. | |
module_name.
A 'module' in CVS roughly corresponds to a project.
| Parameters | module_name | The name of the module to create. |
| tree_contents | The contents of the module. This is a list of tuples of (relative filename, file contents). |