<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Programming with Subversion Quickstart - 安裝 Subversion 服務</title>
<link>http://blog.roodo.com/rocksaying/archives/2385729.html/</link>
<description><![CDATA[版本控制 軟體專案 subversion svn

Subversion (簡稱 SVN) 是繼 CVS 之後新興的版本控制工具 (version control system) 。對於版本控制工具的諸多概念與名詞，我並不打算說明，因為《Version Control with Subversion》已經說得很仔細。以我個人的經驗，任何接觸過版本控制工具的 programmer ，都會上癮，深陷其中、不可自拔。誇張地形容， Programmer 可以沒有 IDE 工具，但不能沒有版本控制工具。

]]>
	</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/rocksaying/archives/2385729-comment.xml" rel="self" type="application/rss+xml" />
<item>
	<title>回應：Programming with Subversion Quickstart - 安裝 Subversion 服務</title>
	<description><![CDATA[補充資料:
hoamon's 「<a href="http://hoamon.blogspot.com/2006/01/svnsubversion.html">版本控制系統：svn(subversion)</a>」、「<a href="http://hoamon.blogspot.com/2007/03/copy.html">誰還在用 copy 呀!</a>」。]]>
	</description>
	<link>http://blog.roodo.com/rocksaying/archives/2385729.html</link>
	<guid>http://blog.roodo.com/rocksaying/archives/2385729.html#comment-4282325</guid>
		<category>文章回應</category>
	<pubDate>Wed, 28 Mar 2007 12:04:38 +0800</pubDate>
</item>
<item>
	<title>回應：Programming with Subversion Quickstart - 安裝 Subversion 服務</title>
	<description><![CDATA[<blockquote>
SCM is one of the most important tools you probably didn't learn in school.

Since no modern software development project can be without an SCM, use them early and use them often!

</blockquote>
上文引述自《<a href="http://www-128.ibm.com/developerworks/linux/library/l-vercon/">Version control for Linux</a> - An overview of architectures, models, and examples》，是一篇介紹 Linux 平台上常用的 4 種版本控制工具 (CVS, Subversion, GNU Arch, Git) 的文章，該文稱版本控制工具為「SCM (Software Configuration Management)」。其中提到版本控制工具兩種協作架構 (Centralized vs. distributed repositories) ；兩種工作複本的使用模式 (Snapshot vs. changeset) 。 CVS 和 Subversion 是屬於同一類型 (Centralized + Snapshot) ，而 GNU Arch 和 Git 則是 Distributed + Changeset 。兩種模式都有其適用的專案環境。]]>
	</description>
	<link>http://blog.roodo.com/rocksaying/archives/2385729.html</link>
	<guid>http://blog.roodo.com/rocksaying/archives/2385729.html#comment-3500743</guid>
		<category>文章回應</category>
	<pubDate>Sat, 04 Nov 2006 18:08:27 +0800</pubDate>
</item>
</channel>
</rss>