Projects tagged ‘scm’ and ‘tools’


[55 total ]

5569 Users
   

Subversion has rapidly become the version control standard and it is rapidly replacing open source and commercial solutions around the world. Subversion enables globally distributed software ... [More] development teams to efficiently version and share source code. The open source Subversion project was started in early 2000 by CollabNet, the primary corporate sponsor of Subversion. Key Capabilities: - Versioned directories - Atomic commits - Efficient handling of binary files - Quick branching and tagging - Directory and file meta data - Merge tracking - Natively client-server - Minimal server and network requirements - Low admin overhead - Good security more at: http://subversion.tigris.org/ Read Submerged, a blog about Subversion at http://blogs.open.collab.net/svn [Less]
Created over 3 years ago.

2214 Users
   

TortoiseSVN is a very easy to use SCM / source control software for Microsoft Windows. It is implemented as a Windows shell extension, which makes it integrate seamlessly into the Windows explorer. ... [More] Since it's not an integration for a specific IDE you can use it with whatever development tools you like. [Less]
Created over 3 years ago.

1375 Users
   

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.
Created over 3 years ago.

873 Users
   

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.
Created over 3 years ago.

425 Users
   

Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects.
Created over 3 years ago.

196 Users
   

Hudson is an automated build system for a team as well as a system that monitors automated jobs (such as cron jobs)
Created over 3 years ago.

110 Users
   

Darcs is a free, open source source code management system. Every user has access to the full command set, removing boundaries between server and client or committer and non-committers. Darcs is ... [More] easy to learn and efficient to use because it asks you questions in response to simple commands, giving you choices in your work flow. You can choose to record one change in a file, while ignoring another. As you update from upstream, you can review each patch name, even the full "diff" for interesting patches. [Less]
Created over 3 years ago.

108 Users
   

SCons is a software construction tool (build tool substitute for Make) implemented in Python. It features a modular build engine that can be embedded in other software. SCons configuration files are ... [More] Python scripts that call the build engine API. It can scan files to detect dependencies automatically and maintain a global view of all dependencies in a build tree, and uses MD5 signatures to detect changed file contents reliably. Timestamps can be used if you prefer. SCons also supports parallel builds and is easily extensible through user-defined builder and scanner objects. [Less]
Created over 3 years ago.

99 Users
   

AnkhSVN is a Subversion VAPI SCC provider for Visual Studio. The software allows you to perform most Subversion operations directly from inside the Microsoft Visual Studio IDE. AnkhSVN 2.0, a ... [More] major upgrade from 1.x, is now available with support for Visual Studio 2005, 2008 and the 2010 CTP. It offers Subversion 1.5 and extensive merge support. It implements the Visual Studio 2005+ SCC VAPI (not the old MSSCCI) to give you the best integrated Subversion experience available. [Less]
Created over 3 years ago.

97 Users
   

CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A Web interface is provided to ... [More] view the details of the current and previous builds. [Less]
Created over 3 years ago.