jeudi 8 décembre 2011

linux // programming revision control systeme

  • Aegis - transaction-based software configuration management system - Transaction-based software configuration management system. What's Related?
  • Bazaar Version Control - A cross-platform distributed version control system that operates on a decentralized repository model, which allows either a centralized or locally stored repository. Latest stable release is 2.0.1, 2009-10-14. What's Related?
  • Better SCM Initiative : Comparison - A detailed comparison of all the revision control systems. What's Related?
  • CVSup Home Page - A general-purpose network file distribution system. What's Related?
  • Cervisia - Graphical front-end for the CVS client; runs on KDE, Gnome and other graphical environments. What's Related?
  • Codeville - A Python-based, decentralized revision control system which allows updates from or commits to any repository at any time with no unnecessary re-merges. What's Related?
  • Comments on Software Configuration Management (SCM) Systems - A comprehensive review article on CVS, Subversion, GNU arch, Bazaar-NG, Monotone revision control systems; also includes information on centralized vs. de-centralized systems as well as other revision control sytems. Japanese translation available. (2005) N.B. The author acknowedges that this article is getting increasingly obsolete, but is leaving it posted because there are some broader principles about version control included which are still useful. (2008) What's Related?
  • CvsGraph - A CVS/RCS repository grapher. What's Related?
  • CvsGui - A cross-platform GUI front-end for CVS. Latest stable release is 2.1.1, 2007-02-24. N.B. This project has tons of downloads at SourceForge. What's Related?
  • Cvsd - A cvs pserver daemon. Latest release is 1.0.17, 2009-12-30. What's Related?
  • Darcs - A free, open source, source code management system - distributed-interactive-smart. Latest stable release is 2.4, 2010,02-27. What's Related?
  • Distributed Version Control Systems: A Not-So-Quick Guide Through - A helpful guide to the basics of distributed version control systems. This document also includes a detailed table of 3 systems: git, Mercurial, and Bazaar. What's Related?
  • GNU arch - Revision control system similar to CVS and Subversion. Bilingual site -- English and Japanese. What's Related?
  • Git - Fast Version Control System - A free and open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It was initially created by Linus Torvalds for Linux kernel development. This is the main resource site for Git. Latest release is 1.7.0, 2010-02-12. What's Related?
  • Git Community Book - This book, written by Git users, is a detailed guide which helps new users to learn Git quickly and easily. Also available in PDF format. What's Related?
  • Git Magic - An introductory guide to git with lots of examples of how to get things done. Translated into Chinese. Also available in PDF format, as a Debian package (testing and unstable), and an Ubuntu package (Jaunty Jackalope). What's Related?
  • Hg Init: a Mercurial Tutorial - This is a 6-part tutorial on using Mercurial, a revision control system. It also includes a section on how it differs from Subversion. (2010) What's Related?
  • IBM developerWorks Article - "Manage Source Code Using Git" - How to install and use Git, a distributed SCM tool used by Linus and other Linux kernel developers, and many other FOSS projects. (2006) What's Related?
  • KDiff3 - A graphical text difference analyzer for up to 3 input files. It provides character-by-character analysis and a text merge tool with an integrated editor. It can also compare and merge directories. Internationalization is excellent with many translations available. What's Related?
  • Kernel Hackers' Guide to Git - A cookbook of recipes for getting up and running with git, Linus' source code management (SCM) software. (2008) What's Related?
  • Linux Journal HOWTO - Setting Up Subversion for One or Multiple Projects - Setting up a secure Subversion system using Apache 2.0. (2004) What's Related?
  • MacCVSClient - A free multi-threaded CVS client with Mac OS look and feel. Latest release is 1.10, 2005-08-09. What's Related?
  • Meld: Diff and Merge Tool - A GNOME visual diff and merge tool, that works with several versioning systems, such as CVS, SVN and Mercurial. Latest release is 1.3, 2009-04-17. What's Related?
  • Mercurial Distributed SCM - A scalable, distributed SCM (source code management) designed to meet the needs of large projects like the Linux kernel. Also available in Chinese, Czech, French, Japanese, Russian, and Thai. Latest major release is 1.7, 2010-11-01. What's Related?
  • Monotone - Distributed Version Control - A cross-platform version control system with a simple, single-file transactional version store, with fully disconnected operation, an efficient peer-to-peer synchronization protocol, cryptographic version naming and client-side RSA certificates and good internationalzation support. Latest release is 0.99.1, 2010-10-31. What's Related?
  • Open Source Development with CVS - PDF format; 3rd edition, 2003. Translations available in German, Korean, and Japanese. Note: the 1st edition is available in a variety of formats, including online HTML. What's Related?
  • PRCS - Project Revision Control System - A front-end to a set of tools that (like CVS) provide a way to deal with sets of files and directories as an entity, preserving coherent versions of the entire set. Latest version is 1.3.3, 2004. What's Related?
  • Pro Git - Online Book - This book is about all aspects of Git, the version control system developed by Linus Torvalds. On this site you can find the full, online content of the book, a blog with tips and updates about Git, the book, and open source projects related to Git or referenced in the book. Apress, 2009 What's Related?
  • Quick Reference Guide to Free Software Revision Control Systems - A handy table summarizing the main features of various revision control systems plus many useful links. What's Related?
  • RapidSVN - A cross-platform, GUI front-end for the Subversion revision control system. What's Related?
  • Setting Up Subversion - The primary focus of this concise guide is on obtaining, building, configuring, and using a Subversion repository. (2006) What's Related?
  • Subversion.tigris.org Homepage - An open source version control system originally designed to be an improved CVS version control system, but it has progressed well beyond that. Latest release is 1.6.11, 2010-04-15. What's Related?
  • Version Control with SVK - Online Book - This is the online home of Version Control with SVK, a free book about SVK, a new version control system designed to supplant everything else out there. This book is a work-in-progress for version 1.04 of SVK. SVKA is Perl-based, decentralized revision control system which uses Subversion's underlying file system. What's Related?
  • Version Control with Subversion -- Online Book - An online book about Subversion, a version control system. Available as an HTML or PDF version for online viewing or download. Latest versions available are: Subversion 1.4 2007 and Subversion 1.5, 2008. What's Related?
  • Version Management with CVS - Online Manual - This is the official manual for CVS; commonly known as "the Cederqvist" (after the primary author, Per Cederqvist), the manual covers repositories, branches, and file maintenance; includes reference material for both CVS users and CVS repository administrators. (2008) What's Related?
  • Version-Control and SCMs for Linux - A reference list of source-code management/ software-configuration management (SCM)and version-control systems on Linux. What's Related?
  • ViewVC: Repository Browsing - A browser interface for CVS and Subversion version control repositories. What's Related?
  • Ximbiot - CVS Wiki - A CVS wiki site for news, downloads, documentation, and development. What's Related?

Aucun commentaire:

Enregistrer un commentaire