Software:TortoiseCVS

From HandWiki
Short description: Revision control system for Windows
TortoiseCVS
Charlie, the TortoiseCVS mascot.
Charlie, the TortoiseCVS mascot.
Original author(s)Francis Irving
Developer(s)TortoiseCVS Contributors
Initial release4 August 2000; 23 years ago (2000-08-04)[1]
Stable release
1.12.5[1] / 24 January 2011; 13 years ago (2011-01-24)
Preview release
1.12.6 RC1[2] / 9 August 2012; 11 years ago (2012-08-09)
Written inC++
Operating systemMicrosoft Windows
Available in23 languages[3]
List of languages
Arabic, Brazilian Portuguese, Catalan, Chinese (simplified), Chinese (traditional), Czech, Danish, Dutch, English, French, Georgian, German, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Romanian, Russian, Slovene, Spanish, Turkish
TypeRevision control
LicenseGPL
Websitewww.tortoisecvs.org

TortoiseCVS is a CVS client for Microsoft Windows released under the GNU General Public License. Unlike most CVS tools, it includes itself in Windows' shell by adding entries in the contextual menu of the file explorer, therefore it does not run in its own window. Moreover, it adds icons onto files and directories controlled by CVS, giving additional information to the user without having to run a full-scale stand-alone application.

The name is a pun on the word shell (computing, turtle). The tortoise in the logo is called Charlie Vernon Smythe (CVS).

The project was started by Francis Irving when he was employed by Creature Labs to provide a better interface to CVS for his colleagues. Some of the code was derived from WinCVS and CVSNT. The first release was 4 August 2000.[1]

Criticism

TortoiseCVS will always add argument "-c" to most CVS operations when communicating with a CVS server. This causes standard non-CVSNT servers to fail as these are not aware of this argument.

Ports and forks

  • TortoiseSVN, a similar tool for use with Subversion, inspired by TortoiseCVS
  • TortoiseDarcs, a similar tool for use with Darcs, derived from TortoiseCVS
  • TortoiseBzr, a similar tool for use with Bazaar, inspired by TortoiseCVS and TortoiseSVN
  • TortoiseHg, a similar tool for Mercurial
  • TortoiseGit, a port of TortoiseSVN to Git using msysgit
  • git-cheetah, a similar tool for use with Git
  • Dubbelbock TFS is a similar tool for use with Team Foundation Server

References

External links