<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=VersionControlSummary</id>
	<title>VersionControlSummary - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=VersionControlSummary"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=VersionControlSummary&amp;action=history"/>
	<updated>2026-04-11T10:28:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=VersionControlSummary&amp;diff=4007&amp;oldid=prev</id>
		<title>Andy: Update from Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=VersionControlSummary&amp;diff=4007&amp;oldid=prev"/>
		<updated>2006-12-18T13:33:52Z</updated>

		<summary type="html">&lt;p&gt;Update from Wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
A core functionality of any software engineering process is the use of version control systems for tracking changes to source code, web pages, data, mailing list additions and so on. In this section we are focusing on version control systems for source code.&lt;br /&gt;
&lt;br /&gt;
Source code revision control offers some of the following capabilities:&lt;br /&gt;
&lt;br /&gt;
* the ability to track changes on a per line basis to each and every file making up the source code (i.e., maintain history);&lt;br /&gt;
* at a minimum, the ability to &amp;quot;stamp&amp;quot; particular versions of the code corresponding to a particular release, date and/or time (i.e., recover the state of the code at any point in its history, including the ability to resurrect previous releases);&lt;br /&gt;
* the ability to provide status inforation about files making up the source code;&lt;br /&gt;
* the ability to merge changes into files from several, distributed developers, and to &amp;quot;back out&amp;quot; changes that prove to be problematic;&lt;br /&gt;
* the ability to &amp;quot;branch&amp;quot; from the main development trunk to maintain specific, separate features (as in a release that needs to be maintained independent of the main development effort);&lt;br /&gt;
* the ability to maintain directory structures as part of the repository; and&lt;br /&gt;
* the ability to provide secure access to the repository.&lt;br /&gt;
&lt;br /&gt;
== Systems ==&lt;br /&gt;
&lt;br /&gt;
[[ITKSummary|ITK]], [[VTKSummary|VTK]] and [[CmakeSummary|CMake]] software systems. It will likely be the predominant versioning system used by NAMIC. CVS satisfies the requirements listed previously, is free, solid, with many supporting tools and documentation resources.&lt;br /&gt;
&lt;br /&gt;
[http://subversion.tigris.org/ Subversion] is a system very much like CVS with the following added features:&lt;br /&gt;
&lt;br /&gt;
* Directories, renames, and file meta-data are versioned.&lt;br /&gt;
* Commits are truly atomic.&lt;br /&gt;
* Apache network server option, with WebDAV/DeltaV protocol.&lt;br /&gt;
* Standalone server option (including ssh tunnelling).&lt;br /&gt;
* Branching and tagging are cheap (constant time) operations&lt;br /&gt;
* Natively client/server, layered library design&lt;br /&gt;
* Client/server protocol sends diffs in both directions&lt;br /&gt;
* Costs are proportional to change size, not data size&lt;br /&gt;
* Choice of database or plain-file repository implementations&lt;br /&gt;
* Versioning of symbolic links&lt;br /&gt;
* Efficient handling of binary files&lt;br /&gt;
* Parseable output&lt;br /&gt;
* Localized messages&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The CVS book ''Open Source Development with CVS'' is available from [http://www.amazon.com amazon.com].&lt;br /&gt;
&lt;br /&gt;
A [http://svnbook.red-bean.com/ SubVersion book] is available online or for purchase.&lt;br /&gt;
&lt;br /&gt;
== Licences ==&lt;br /&gt;
&lt;br /&gt;
* CVS - GNU Public License&lt;br /&gt;
* SubVersion - Apache-style license&lt;/div&gt;</summary>
		<author><name>Andy</name></author>
		
	</entry>
</feed>