Rational ClearCase is a software tool for revision control (e.g. configuration management, SCM) of source code and other software development assets. It is developed by the Rational Software division of IBM. ClearCase forms the base of version control for many large and medium sized businesses and can handle projects with hundreds or thousands of developers.
ClearCase supports two kinds of use models, UCM, and base ClearCase. UCM provides an out-...
more
Read article at Wikipedia
Rational ClearCase
Software
Developer
Rational Software
Rational Machines was founded by Paul Levy and Mike Devlin in 1981 to provide tools to expand the use of modern software engineering practices, particularly explicit modular architecture and iterative development. Rational was sold for US$2.1 billion to IBM on February 20, 2003.
First Released in...
Similar topics in Freebase
-
Darcs
Darcs is a distributed revision control system by David Roundy that was designed to replace traditional centralized source control systems such as CVS and Subversion. Two particular features in its design distinguish it from CVS. Each copy of the source tree acts as a full repository, allowing... -
Subversion
Subversion (SVN) is a version control system initiated in 1999 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS).... -
Mercurial
Mercurial is a cross-platform, distributed revision control tool for software developers. It is mainly implemented using the Python programming language, but includes a binary diff implementation written in C. Mercurial was initially written to run on Linux. It has been ported to Windows, Mac OS X,... -
Monotone
Monotone is an open source software tool for distributed revision control. Monotone tracks revisions to files, groups sets of revisions into changesets, and tracks history across renames. The design principle is distributed operation making heavy use of cryptographic primitives to track file... -
Bazaar
Bazaar (formerly Bazaar-NG, commandline tool bzr) is a distributed revision control system sponsored by Canonical Ltd., designed to make it easier for anyone to contribute to free and open source software projects. The development team's focus is on ease of use, accuracy and flexibility, with a... -
Code Co-op
Code Co-op is the peer-to-peer version control system made by Reliable Software. Code Co-op is a distributed version control system of the replicated type. It uses peer-to-peer architecture to share projects among developers and to control changes to files. Instead of using a centralized database ... -
Concurrent Versions System
The Concurrent Versions System (CVS), also known as the Concurrent Versioning System, is a free software revision control system in the field of software development. Version control system software keeps track of all work and all changes in a set of files, and allows several developers ... -
Perforce
Perforce is a commercial, proprietary revision control system developed by Perforce Software, Inc. Perforce is a client/server system. The server manages a central database and a master repository of file versions. Users work on files in local client workspaces, and submit changed files together in... -
CVSNT
The CVSNT Versioning System implements a version control system: it keeps track of all changes in a set of files, typically the implementation of a software project, and allows several (potentially geographically separated) developers to collaborate. It is compatible with and originally based on... -
Microsoft Visual SourceSafe
Microsoft Visual SourceSafe (VSS) is a source control software package oriented towards small software development projects. Like most source control systems, SourceSafe creates a virtual library of computer files. While most commonly used for source code, SourceSafe can actually handle any type of...