ccase - An API for the ClearCase version control tool

Tools and utilities related to the ClearCase software configuration management product.

cleartool - Wrapper class for the cleartool utility

Programming interface to the ClearCase configuration management tool. Implemented by driving interactively the cleartool program.

class ClearTool(cmd=None, log=False)[source]

Allows manipulation of ClearCase UCM projects by driving the cleartool utility in a subprocess.

exception ClearToolError[source]

Raised when cleartool returns an unexpected reply.

exception FailedCommand(cmd, err_code=0, err='')[source]

Raised when a command returns an error code.

exception InvalidArgument[source]

Raised on an invalid argument combination.

Table Of Contents

Previous topic

core - The basics

Next topic

command - Wrap complex commands in Python objects

This Page

This Project