<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>verison control | 酷 壳 - CoolShell</title>
	<atom:link href="https://coolshell.cn/tag/verison-control/feed" rel="self" type="application/rss+xml" />
	<link>https://coolshell.cn</link>
	<description>享受编程和技术所带来的快乐 - Coding Your Ambition</description>
	<lastBuildDate>Mon, 02 Jul 2012 06:59:19 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2</generator>
	<item>
		<title>Git显示漂亮日志的小技巧</title>
		<link>https://coolshell.cn/articles/7755.html</link>
					<comments>https://coolshell.cn/articles/7755.html#comments</comments>
		
		<dc:creator><![CDATA[陈皓]]></dc:creator>
		<pubDate>Sun, 24 Jun 2012 15:29:05 +0000</pubDate>
				<category><![CDATA[杂项资源]]></category>
		<category><![CDATA[编程工具]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[verison control]]></category>
		<guid isPermaLink="false">http://coolshell.cn/?p=7755</guid>

					<description><![CDATA[<p>原文：http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html （墙） Git的传统log如下所示，...</p>
<p class="read-more"><a class="btn btn-default" href="https://coolshell.cn/articles/7755.html"> Read More<span class="screen-reader-text">  Read More</span></a></p>
The post <a href="https://coolshell.cn/articles/7755.html">Git显示漂亮日志的小技巧</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></description>
										<content:encoded><![CDATA[<p><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3415450859608158"
     crossorigin="anonymous"></script>原文：<a href="http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html" target="_blank">http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html</a> （墙）</p>
<p>Git的传统log如下所示，你喜欢吗？</p>
<p style="text-align: center;"><img decoding="async" loading="lazy" class="size-full wp-image-7758 aligncenter" title="默认的Git的log" src="https://coolshell.cn/wp-content/uploads/2012/06/git.log_.01.png" alt="" width="578" height="321" srcset="https://coolshell.cn/wp-content/uploads/2012/06/git.log_.01.png 578w, https://coolshell.cn/wp-content/uploads/2012/06/git.log_.01-300x167.png 300w, https://coolshell.cn/wp-content/uploads/2012/06/git.log_.01-360x200.png 360w, https://coolshell.cn/wp-content/uploads/2012/06/git.log_.01-486x270.png 486w" sizes="(max-width: 578px) 100vw, 578px" /></p>
<p style="text-align: left;">看看下面这个你喜不喜欢？（点击图片看大图）</p>
<p style="text-align: left;"><span id="more-7755"></span></p>
<p style="text-align: center;"><a href="https://coolshell.cn/wp-content/uploads/2012/06/git.log_.02.png"><img decoding="async" loading="lazy" class="aligncenter  wp-image-7759" title="改进版的Git的日志" src="https://coolshell.cn/wp-content/uploads/2012/06/git.log_.02.png" alt="" width="620" height="280" srcset="https://coolshell.cn/wp-content/uploads/2012/06/git.log_.02.png 1034w, https://coolshell.cn/wp-content/uploads/2012/06/git.log_.02-300x135.png 300w, https://coolshell.cn/wp-content/uploads/2012/06/git.log_.02-1024x461.png 1024w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<p style="text-align: left;">要做到这样，命令行如下：</p>
<p><code data-enlighter-language="shell" class="EnlighterJSRAW">git log --graph --pretty=format:&#039;%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)&lt;%an&gt;%Creset&#039; --abbrev-commit --</code></p>
<p>这样有点长了，我们可以这样：</p>
<p><code data-enlighter-language="shell" class="EnlighterJSRAW">git config --global alias.lg &quot;log --color --graph --pretty=format:&#039;%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)&lt;%an&gt;%Creset&#039; --abbrev-commit --&quot;</code></p>
<p>然后，我们就可以使用这样的短命令了：</p>
<p><code data-enlighter-language="shell" class="EnlighterJSRAW">git lg</code></p>
<p>如果你想看看git log &#8211;pretty=format的参数，你可以看看<a href="http://git-scm.com/book/zh/Git-%E5%9F%BA%E7%A1%80-%E6%9F%A5%E7%9C%8B%E6%8F%90%E4%BA%A4%E5%8E%86%E5%8F%B2" target="_blank">这篇文章</a>。</p>
<p>（全文完）<!--



<p align="center"><a href= target=_blank><img decoding="async" src=""></a></p>





<p align="center"><img decoding="async" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.weixin.jpg"> <img decoding="async" loading="lazy" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.mini_.jpg" width="300" height="300"> <br />关注CoolShell微信公众账号和微信小程序</p>

 

--></p>
<div style="margin-top: 15px; font-size: 16px;color: #cc0000;">
<p align="center"><strong>（转载本站文章请注明作者和出处 <a href="https://coolshell.cn/">酷 壳 &#8211; CoolShell</a> ，请勿用于任何商业用途）</strong></p>
</div>

<div class="wp_rp_wrap  wp_rp_vertical_m" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">相关文章</h3><ul class="related_post wp_rp"><li ><a href="https://coolshell.cn/articles/3288.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2010/11/scmhistory-150x150.png" alt="版本管理器的发展史" width="150" height="150" /></a><a href="https://coolshell.cn/articles/3288.html" class="wp_rp_title">版本管理器的发展史</a></li><li ><a href="https://coolshell.cn/articles/22320.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2022/12/eBPF-150x150.jpeg" alt="eBPF 介绍" width="150" height="150" /></a><a href="https://coolshell.cn/articles/22320.html" class="wp_rp_title">eBPF 介绍</a></li><li ><a href="https://coolshell.cn/articles/19219.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2019/03/linux.ninja_-150x150.png" alt="打造高效的工作环境 &#8211; Shell 篇" width="150" height="150" /></a><a href="https://coolshell.cn/articles/19219.html" class="wp_rp_title">打造高效的工作环境 &#8211; Shell 篇</a></li><li ><a href="https://coolshell.cn/articles/18654.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2018/12/docker-networking-1-150x150.png" alt="记一次Kubernetes/Docker网络排障" width="150" height="150" /></a><a href="https://coolshell.cn/articles/18654.html" class="wp_rp_title">记一次Kubernetes/Docker网络排障</a></li><li ><a href="https://coolshell.cn/articles/18360.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2018/05/300x262-150x150.jpg" alt="程序员练级攻略（2018)  与我的专栏" width="150" height="150" /></a><a href="https://coolshell.cn/articles/18360.html" class="wp_rp_title">程序员练级攻略（2018)  与我的专栏</a></li><li ><a href="https://coolshell.cn/articles/17998.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2017/07/systemd-1-150x150.jpeg" alt="Linux PID 1 和 Systemd" width="150" height="150" /></a><a href="https://coolshell.cn/articles/17998.html" class="wp_rp_title">Linux PID 1 和 Systemd</a></li></ul></div></div>The post <a href="https://coolshell.cn/articles/7755.html">Git显示漂亮日志的小技巧</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></content:encoded>
					
					<wfw:commentRss>https://coolshell.cn/articles/7755.html/feed</wfw:commentRss>
			<slash:comments>31</slash:comments>
		
		
			</item>
		<item>
		<title>版本管理器的发展史</title>
		<link>https://coolshell.cn/articles/3288.html</link>
					<comments>https://coolshell.cn/articles/3288.html#comments</comments>
		
		<dc:creator><![CDATA[陈皓]]></dc:creator>
		<pubDate>Wed, 17 Nov 2010 00:50:48 +0000</pubDate>
				<category><![CDATA[杂项资源]]></category>
		<category><![CDATA[编程工具]]></category>
		<category><![CDATA[BitKeeper]]></category>
		<category><![CDATA[CVS]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[verison control]]></category>
		<guid isPermaLink="false">http://coolshell.cn/?p=3288</guid>

					<description><![CDATA[<p>以前本站发布过编程语言进化，Windows的达尔文进化图，今天在网上看到版本管理器的进化图，转过来，源文链接如下： http://codicesoftware....</p>
<p class="read-more"><a class="btn btn-default" href="https://coolshell.cn/articles/3288.html"> Read More<span class="screen-reader-text">  Read More</span></a></p>
The post <a href="https://coolshell.cn/articles/3288.html">版本管理器的发展史</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></description>
										<content:encoded><![CDATA[<p><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3415450859608158"
     crossorigin="anonymous"></script>以前本站发布过<a rel="bookmark" href="https://coolshell.cn/articles/3100.html">编程语言进化</a>，<a rel="bookmark" href="https://coolshell.cn/articles/3097.html">Windows的达尔文进化图</a>，今天在网上看到版本管理器的进化图，转过来，源文链接如下：</p>
<p><a href="http://codicesoftware.blogspot.com/2010/11/version-control-timeline.html" target="_blank">http://codicesoftware.blogspot.com/2010/11/version-control-timeline.html</a> (墙)</p>
<p style="text-align: center;"><a href="https://coolshell.cn/wp-content/uploads/2010/11/scmhistory.png"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-3289" title="版本管理器的演化图" src="https://coolshell.cn/wp-content/uploads/2010/11/scmhistory.png" alt="" width="640" height="410" srcset="https://coolshell.cn/wp-content/uploads/2010/11/scmhistory.png 800w, https://coolshell.cn/wp-content/uploads/2010/11/scmhistory-300x192.png 300w, https://coolshell.cn/wp-content/uploads/2010/11/scmhistory-768x492.png 768w, https://coolshell.cn/wp-content/uploads/2010/11/scmhistory-422x270.png 422w" sizes="(max-width: 640px) 100vw, 640px" /></a></p>
<p>这张图上分成了四个时期：</p>
<p><span id="more-3288"></span></p>
<p><strong>史前时期</strong>：1982年的RCS。现在你可能还能在Unix的发布包中找到它。</p>
<p><strong>古典时期</strong>：1990年的CVS（经典的SCM管理器，可惜不能track目录和文件名的改变，今天这个东西已经过时了），1985年的PVCS，1992年的clearcase（价格贵，功能复杂，当然，今天也有很多公司在用），微软的VSS（Welcome to Hell），90年代中期的Perforce(P4，这个工具今天都还在被广泛地使用，尤其是那些中等大小却有着大量开发团队的公司，现在是Google内部最大的代码管理器)。</p>
<p><strong>中世纪时期</strong>：SVN（Linus很不喜欢SVN，2006年引入了Git），AccuRev(强力支持branch和merge，其扮演了一个很重要角色帮助社区脱离clearcase和CVS)，</p>
<p><strong>文艺复兴时期</strong>：BitKeeper——Sun的内部管理工具，Linux的内核代码2002年也用这个工具，其实，很多开源工程都在用这个工具，2005年这个工具的东家BitMover对大家对BitKeeper逆向工程很不满，于是停止支持开源，于是出现了Git。</p>
<p>Git的第一个版本是Linux之父Linus Torvalds亲手操刀设计和实现的（据说只用了一个周末），Linus不仅仅给出一个原始设计（简单的、干净的、天才的），同时，他也用自己那独一无二的风格催生了这个项目（请参看： <a href="http://codicesoftware.blogspot.com/2007/05/linus-torvalds-on-git-and-scm.html" target="_blank">http://codicesoftware.blogspot.com/2007/05/linus-torvalds-on-git-and-scm.htm</a>l 还是被墙）。</p>
<p>在Linus介绍Git的著名的演讲中，他强烈地批评（好吧，应该算是侮辱）了CVS，SVN，和Perforce：“Subversion是史上最毫无意义的项目，从项目开始就是这样了”，“如果你喜欢CVS，那么你现在应该在某个精神病研究中心或是别的地方”，“别在用Preforce了，它是十分糟糕和可悲的，这绝对绝对是真的”。无论是反对还是喜欢，Linus的确是改变了历史——中世纪已经过去了，现在的世界由分布式系统主宰，以及消除branch和merge的恐惧。</p>
<p>Git 基于 DAG 结构 (Directed Acyclic Graph)，其运行起来相当的快。在Git发布后的来年，世界上所有的大型的开源项目全部从Subversion迁移到了Git上，<a href="http://www.github.com/" target="_blank">www.github.com</a>真是很大，这可能是这具星球上最强大最牛最酷的SCM系统了。Git可能并不是最简单的，但它一定会是未来十年的主流。（有空读读这本书——<a href="http://peepcode.com/products/git-internals-pdf" target="_blank">Git Internals</a>）</p>
<p>Mercurial (Hg) 第一次出现在2005年4月，也是因为BitKeeper不免费了。Hg可以和Git在一起使用，见：<a href="http://mercurial.selenic.com/wiki/HgGit" target="_blank">http://mercurial.selenic.com/wiki/HgGit</a>。但是Hg和Git在设计上不一样，他们对提交/变更的概念是一样的，只不过Git用tree来实现，而Hg则是用扁平的文件和目录来实现（revlog），设计细节可参看：<a href="http://mercurial.selenic.com/wiki/Design">http://mercurial.selenic.com/wiki/Design</a>和 <a href="http://mercurial.selenic.com/wiki/DeveloperInfo">http://mercurial.selenic.com/wiki/DeveloperInfo</a>。</p>
<p>Darcs (Darcs Advanced Revision Control System)是另一个让你摆脱Subversion和CVS的工具，2002年开始，今年是2.5版。它的优势是性能，以及他与众不同的历史版本管理——管理patches而不是snapshot（提交/修改），当然，这样一来，历史改变看上去很不好懂。</p>
<p>Bazaar (bzr) 是另一个开源的 DVCS，它试图给SCM的世界里带来一些新的东西。其由Canonical开发（Ubuntu的那个公司），在2008年成为GNU。</p>
<p>Plastic在2006年出现，强力地支持branch和merge，其还提供了强大的图示，包括3D的版本树，Plastic主要是为了让中等开发团队使用，介于大型的团队（ClearCase）和小型的团队（Subversion）之间。</p>
<p>Team Foundation Server (TFS)，微软的新一代SCM工具，主要是为了VSS的失败负责，但是他还不是版本管理上还是很强，只不过，他集成了一大堆各种各样的工具，比如：issue tracking，test management等。</p>
<p>（全文完）<!--



<p align="center"><a href= target=_blank><img decoding="async" src=""></a></p>





<p align="center"><img decoding="async" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.weixin.jpg"> <img decoding="async" loading="lazy" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.mini_.jpg" width="300" height="300"> <br />关注CoolShell微信公众账号和微信小程序</p>

 

--></p>
<div style="margin-top: 15px; font-size: 16px;color: #cc0000;">
<p align="center"><strong>（转载本站文章请注明作者和出处 <a href="https://coolshell.cn/">酷 壳 &#8211; CoolShell</a> ，请勿用于任何商业用途）</strong></p>
</div>

<div class="wp_rp_wrap  wp_rp_vertical_m" ><div class="wp_rp_content"><h3 class="related_post_title">相关文章</h3><ul class="related_post wp_rp"><li ><a href="https://coolshell.cn/articles/7755.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2012/06/git.log_.01-150x150.png" alt="Git显示漂亮日志的小技巧" width="150" height="150" /></a><a href="https://coolshell.cn/articles/7755.html" class="wp_rp_title">Git显示漂亮日志的小技巧</a></li><li ><a href="https://coolshell.cn/articles/93.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2009/03/tortoisesvn-150x150.png" alt="版本控制Subversion相关资源" width="150" height="150" /></a><a href="https://coolshell.cn/articles/93.html" class="wp_rp_title">版本控制Subversion相关资源</a></li><li ><a href="https://coolshell.cn/articles/925.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/12.jpg" alt="如何比较两个数据表" width="150" height="150" /></a><a href="https://coolshell.cn/articles/925.html" class="wp_rp_title">如何比较两个数据表</a></li><li ><a href="https://coolshell.cn/articles/435.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/5.jpg" alt="Python中实现多属性排序" width="150" height="150" /></a><a href="https://coolshell.cn/articles/435.html" class="wp_rp_title">Python中实现多属性排序</a></li><li ><a href="https://coolshell.cn/articles/309.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/29.jpg" alt="十个最好的PDF生成库" width="150" height="150" /></a><a href="https://coolshell.cn/articles/309.html" class="wp_rp_title">十个最好的PDF生成库</a></li><li ><a href="https://coolshell.cn/articles/2179.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2010/03/we-are-still-poor-150x150.jpg" alt="中国仍然是一个很穷的国家" width="150" height="150" /></a><a href="https://coolshell.cn/articles/2179.html" class="wp_rp_title">中国仍然是一个很穷的国家</a></li></ul></div></div>The post <a href="https://coolshell.cn/articles/3288.html">版本管理器的发展史</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></content:encoded>
					
					<wfw:commentRss>https://coolshell.cn/articles/3288.html/feed</wfw:commentRss>
			<slash:comments>25</slash:comments>
		
		
			</item>
		<item>
		<title>版本控制Subversion相关资源</title>
		<link>https://coolshell.cn/articles/93.html</link>
					<comments>https://coolshell.cn/articles/93.html#comments</comments>
		
		<dc:creator><![CDATA[陈皓]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 14:16:26 +0000</pubDate>
				<category><![CDATA[杂项资源]]></category>
		<category><![CDATA[编程工具]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[verison control]]></category>
		<guid isPermaLink="false">http://coolshell.cn/?p=93</guid>

					<description><![CDATA[<p>入门教程 Subversion Cheat Sheet（PDF version） The Subversion Book Subversion Official...</p>
<p class="read-more"><a class="btn btn-default" href="https://coolshell.cn/articles/93.html"> Read More<span class="screen-reader-text">  Read More</span></a></p>
The post <a href="https://coolshell.cn/articles/93.html">版本控制Subversion相关资源</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></description>
										<content:encoded><![CDATA[<p><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3415450859608158"
     crossorigin="anonymous"></script></p>
<h2 style="TEXT-ALIGN: left">入门教程</h2>
<ul>
<li><a href="http://www.abbeyworkshop.com/howto/misc/svn01/">Subversion Cheat Sheet</a>（<a href="http://ariejan.net/upload/svncheatsheet-1.0.1.pdf">PDF version</a>）</li>
<li><a href="http://svnbook.red-bean.com/en/1.5/index.html">The Subversion Book</a></li>
<li><a href="http://svn.collab.net/svn-doxygen/">Subversion Official Documentation</a></li>
<li><a href="http://svn1clicksetup.tigris.org/">SVN 1-Click Setup</a></li>
</ul>
<h2>Subversion客户端</h2>
<ul>
<li><a href="http://tortoisesvn.tigris.org/">Tortoise SVN</a> (Windows only)</li>
</ul>
<p style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/tortoisesvn.png"><img decoding="async" loading="lazy" class="size-full wp-image-97 aligncenter" title="tortoisesvn" src="https://coolshell.cn/wp-content/uploads/2009/03/tortoisesvn.png" alt="tortoisesvn" width="310" height="215" srcset="https://coolshell.cn/wp-content/uploads/2009/03/tortoisesvn.png 310w, https://coolshell.cn/wp-content/uploads/2009/03/tortoisesvn-300x208.png 300w" sizes="(max-width: 310px) 100vw, 310px" /></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/tortoisesvn.png"></a></p>
<p><span id="more-93"></span></p>
<ul>
<li><a href="http://www.zennaware.com/cornerstone/">Cornerstone</a> (Mac only)</li>
<li><a href="http://pysvn.tigris.org/">Workbench</a></li>
<li><a href="http://www.syntevo.com/smartsvn/index.html">SmartSVN</a></li>
</ul>
<p style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/auto.gif"></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/auto.gif"><img decoding="async" loading="lazy" class="size-medium wp-image-94 aligncenter" title="auto" src="https://coolshell.cn/wp-content/uploads/2009/03/auto-300x105.gif" alt="auto" width="300" height="105" srcset="https://coolshell.cn/wp-content/uploads/2009/03/auto-300x105.gif 300w, https://coolshell.cn/wp-content/uploads/2009/03/auto.gif 511w" sizes="(max-width: 300px) 100vw, 300px" /></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/auto.gif"></a></p>
<ul>
<li><a href="http://www.versionsapp.com/">Versions</a> (Mac only)</li>
</ul>
<p style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/versions.jpg"><img decoding="async" loading="lazy" class="size-medium wp-image-98 aligncenter" title="versions" src="https://coolshell.cn/wp-content/uploads/2009/03/versions-300x193.jpg" alt="versions" width="300" height="193" srcset="https://coolshell.cn/wp-content/uploads/2009/03/versions-300x193.jpg 300w, https://coolshell.cn/wp-content/uploads/2009/03/versions.jpg 500w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<ul>
<li><a href="http://subclipse.tigris.org/">Subclipse</a></li>
</ul>
<p style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/ecl.gif"><img decoding="async" loading="lazy" class="size-medium wp-image-95 aligncenter" title="ecl" src="https://coolshell.cn/wp-content/uploads/2009/03/ecl-297x300.gif" alt="ecl" width="297" height="300" srcset="https://coolshell.cn/wp-content/uploads/2009/03/ecl-297x300.gif 297w, https://coolshell.cn/wp-content/uploads/2009/03/ecl.gif 470w" sizes="(max-width: 297px) 100vw, 297px" /></a></p>
<ul>
<li><a href="http://subcommander.tigris.org/">Subcommander</a></li>
<li><a href="http://fsvs.tigris.org/">FSVS</a> “Fast System Versioning”,</li>
<li><a href="http://www.syncrosvnclient.com/">Syncro SVN Client</a></li>
</ul>
<p style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/jano.gif"><img decoding="async" loading="lazy" class="size-medium wp-image-96 aligncenter" title="jano" src="https://coolshell.cn/wp-content/uploads/2009/03/jano-300x277.gif" alt="jano" width="300" height="277" srcset="https://coolshell.cn/wp-content/uploads/2009/03/jano-300x277.gif 300w, https://coolshell.cn/wp-content/uploads/2009/03/jano.gif 483w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<ul>
<li><a href="http://scplugin.tigris.org/">scplugin</a> (Mac only)</li>
<li><a href="http://www.qaware.de/qasvn/QAsvn.html">iPhone SVN Log Viewer</a></li>
</ul>
<h2>IDE插件</h2>
<ul>
<li><a href="http://subclipse.tigris.org/">Subclipse</a>（<a href="http://www.eclipse.org/">Eclipse IDE</a> for Java）</li>
</ul>
<p style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/subclipse.png"><img decoding="async" loading="lazy" class="size-medium wp-image-100 aligncenter" title="subclipse" src="https://coolshell.cn/wp-content/uploads/2009/03/subclipse-300x168.png" alt="subclipse" width="300" height="168" srcset="https://coolshell.cn/wp-content/uploads/2009/03/subclipse-300x168.png 300w, https://coolshell.cn/wp-content/uploads/2009/03/subclipse.png 459w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p><a href="https://coolshell.cn/wp-content/uploads/2009/03/subclipse.png"></a></p>
<ul>
<li><a href="http://ankhsvn.open.collab.net/">AnkhSVN</a>（Microsoft’s <a href="http://www.microsoft.com/visualstudio/en-us/default.mspx">Visual Studio</a>）</li>
</ul>
<p style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/ankshsvn.png"><img decoding="async" loading="lazy" class="size-medium wp-image-99 aligncenter" title="ankshsvn" src="https://coolshell.cn/wp-content/uploads/2009/03/ankshsvn-300x236.png" alt="ankshsvn" width="300" height="236" srcset="https://coolshell.cn/wp-content/uploads/2009/03/ankshsvn-300x236.png 300w, https://coolshell.cn/wp-content/uploads/2009/03/ankshsvn.png 465w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<ul>
<li><a href="https://www.opends.org/wiki/page/ConfiguringSubversionToIgnoreIDEProjectFiles">How to Ignore IDE Project Files in Subversion</a></li>
</ul>
<h2>SVN 浏览器</h2>
<ul>
<li><a href="http://trac.edgewall.org/">Trac</a></li>
<li><a href="http://warehouseapp.com/">Warehouse</a></li>
<li><a href="http://www.websvn.info/">WebSVN</a></li>
<li><a href="http://insurrection.tigris.org/">Insurrection</a></li>
<li><a href="http://www.polarion.org/index.php?page=overview&amp;project=svnwebclient">Polarion WebClient for SVN</a></li>
</ul>
<p style="TEXT-ALIGN: center"><a href="https://coolshell.cn/wp-content/uploads/2009/03/warehouse2.jpg"><img decoding="async" loading="lazy" class="size-medium wp-image-101 aligncenter" title="warehouse2" src="https://coolshell.cn/wp-content/uploads/2009/03/warehouse2-300x240.jpg" alt="warehouse2" width="300" height="240" srcset="https://coolshell.cn/wp-content/uploads/2009/03/warehouse2-300x240.jpg 300w, https://coolshell.cn/wp-content/uploads/2009/03/warehouse2.jpg 480w" sizes="(max-width: 300px) 100vw, 300px" /></a><a href="https://coolshell.cn/wp-content/uploads/2009/03/warehouse2.jpg"></a></p>
<h2>SVN主机</h2>
<ul>
<li><a href="http://code.google.com/">Google Code</a></li>
<li><a href="http://cvsdude.com/">CVSDude</a> （$5.99 /月）</li>
<li><a href="http://www.beanstalkapp.com/">Beanstalk</a>（$15/月 ）</li>
<li><a href="http://unfuddle.com/">Unfuddle</a>（$9/月）</li>
<li><a href="http://www.assembla.com/">Assembla</a>（$2/月）</li>
</ul>
<h2>Subversion社区</h2>
<ul>
<li><a href="http://svnforum.org/">SVNForum</a></li>
<li><a href="http://open.collab.net/">openCollabNet</a></li>
</ul>
<h2>Subversion图书</h2>
<ul>
<li><a href="http://www.manning.com/machols/">Subversion in Action</a></li>
<li><a href="http://www.apress.com/book/view/1590597532">Practical Subversion</a></li>
<li><a href="http://www.pragprog.com/titles/svn2/pragmatic-version-control-using-subversion">Pragmatic Version Control Using Subversion</a></li>
<li><a href="http://www.amazon.com/Subversion-Version-Control-Development-Projects/dp/0131855182/ref=pd_sim_b_15">Subversion Version Control: Using the Subversion Version Control System in Development Projects</a></li>
</ul>
<h2>Subversion 相关文章</h2>
<ul>
<li><a href="http://athleticsnyc.com/blog/entry/on-using-subversion-for-web-projects">Subversion for Web Projects</a></li>
<li><a href="http://www.macdevcenter.com/pub/a/mac/2004/08/10/subversion.html">Making the Jump to SVN</a></li>
<li><a href="http://www.onlamp.com/pub/a/onlamp/2005/01/06/svn_homedir.html">Keeping Your Life in Subversion</a></li>
<li><a href="http://lifehacker.com/software/subversion/hack-attack-how-to-set-up-a-personal-home-subversion-server-188582.php">How to Set Up a Personal Home Subversion Server</a></li>
<li><a href="http://www.howtoforge.com/debian_subversion_websvn">How to Set Up Subversion and websvn on Debian</a></li>
<li><a href="https://www.opends.org/wiki/page/MirroringASubversionRepository">Mirroring a Subversion Repository</a></li>
<li><a href="https://www.opends.org/wiki/page/ConfiguringSubversionToUseAProxyServer">Configuring Subversion to Use a Proxy Server</a></li>
<li><a href="http://blog.fallingsnow.net/2007/08/17/maintaining-an-svn-mirror-directly-from-git/">Maintaining an SVN Mirror Directly from Git</a> </li>
<li><a href="http://www.onlamp.com/pub/a/onlamp/2004/08/19/subversiontips.html">Top 10 Subversion Tips for CVS Users</a></li>
<li><a href="http://www.collab.net/community/subversion/articles/merge-info.html">Mergeinfo &#8211; Understanding the Internals</a></li>
</ul>
<p>文章：<a href="http://www.smashingmagazine.com/2009/03/10/ultimate-round-up-for-version-control-with-subversion/" target="_blank">来源</a><!--



<p align="center"><a href= target=_blank><img decoding="async" src=""></a></p>





<p align="center"><img decoding="async" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.weixin.jpg"> <img decoding="async" loading="lazy" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.mini_.jpg" width="300" height="300"> <br />关注CoolShell微信公众账号和微信小程序</p>

 

--></p>
<div style="margin-top: 15px; font-size: 16px;color: #cc0000;">
<p align="center"><strong>（转载本站文章请注明作者和出处 <a href="https://coolshell.cn/">酷 壳 &#8211; CoolShell</a> ，请勿用于任何商业用途）</strong></p>
</div>

<div class="wp_rp_wrap  wp_rp_vertical_m" ><div class="wp_rp_content"><h3 class="related_post_title">相关文章</h3><ul class="related_post wp_rp"><li ><a href="https://coolshell.cn/articles/3288.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2010/11/scmhistory-150x150.png" alt="版本管理器的发展史" width="150" height="150" /></a><a href="https://coolshell.cn/articles/3288.html" class="wp_rp_title">版本管理器的发展史</a></li><li ><a href="https://coolshell.cn/articles/7755.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2012/06/git.log_.01-150x150.png" alt="Git显示漂亮日志的小技巧" width="150" height="150" /></a><a href="https://coolshell.cn/articles/7755.html" class="wp_rp_title">Git显示漂亮日志的小技巧</a></li><li ><a href="https://coolshell.cn/articles/5201.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2011/08/538efefbjw1dt8f6ua5rpg-150x150.gif" alt="重构代码的7个阶段" width="150" height="150" /></a><a href="https://coolshell.cn/articles/5201.html" class="wp_rp_title">重构代码的7个阶段</a></li><li ><a href="https://coolshell.cn/articles/2990.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2010/09/Time-Allocation-while-Programming-150x150.png" alt="编程时间分配图" width="150" height="150" /></a><a href="https://coolshell.cn/articles/2990.html" class="wp_rp_title">编程时间分配图</a></li><li ><a href="https://coolshell.cn/articles/531.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/12.jpg" alt="如何在Google App Engine上运行PHP" width="150" height="150" /></a><a href="https://coolshell.cn/articles/531.html" class="wp_rp_title">如何在Google App Engine上运行PHP</a></li><li ><a href="https://coolshell.cn/articles/1830.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/8.jpg" alt="正则表达式生成器" width="150" height="150" /></a><a href="https://coolshell.cn/articles/1830.html" class="wp_rp_title">正则表达式生成器</a></li></ul></div></div>The post <a href="https://coolshell.cn/articles/93.html">版本控制Subversion相关资源</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></content:encoded>
					
					<wfw:commentRss>https://coolshell.cn/articles/93.html/feed</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
	</channel>
</rss>
