分支和标签本质上都是通过“拷贝”操作实现的,一个拷贝操作会占用很少的固定数量的空间,任何拷贝都是一个标签,如果你对一个拷贝提交,它的分支也会一样的操作。(This does away with CVS's "branch-point tagging", by removing the distinction that made branch-point tags necessary in the first place.)
# 本地化的客户端/服务器,分层的库设计
A Subversion client, implemented as a windows shell extension.
TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows.
Since it's not an integration for a specific IDE you can use it with whatever development tools you like.
TortoiseSVN is free to use. You don't need to get a loan or pay a full years salary to use it.
作者: ubuntuhk 时间: 16-6-2008 00:42 标题: 回复 #4 MSPro 的帖子 确实好些IT技术文章看着如同嚼蜡(包括我转的这两篇SVN帖子,呵呵)作者: xblues 时间: 16-6-2008 00:46
提示: 作者被禁止或删除, 无法发言标题: 回复 #8 ubuntuhk 的帖子 Try the one I recommended! It's the best SVN client so far. I have been using it for awhile now.作者: AnaCoppola 时间: 17-6-2008 21:41
u版,我们之前公司就是用SVN的,我还给同事们做过SVN的初级培训。有什么问题大家拿来一起探讨哦。作者: ubuntuhk 时间: 18-6-2008 00:27 标题: 回复 #10 AnaCoppola 的帖子 快来给俺做个初级培训吧作者: AnaCoppola 时间: 18-6-2008 10:03 标题: 回复 #11 ubuntuhk 的帖子 你要是很熟CVS,SVN要通不难的啊 呃。。。偶是说的使用,偶在公司也不管server端的部署的。。。作者: xblues 时间: 25-6-2008 12:33
提示: 作者被禁止或删除, 无法发言标题: SVN更新,TortoiseSVN 也跟进推出了1.5Beta版了 详情见: http://tortoisesvn.tigris.org/tsvn_1.5_releasenotes.html
我目前感觉这个东西越用越顺手,习惯成自然。自己的源码最好还是用这个管理一下。
What's New in TortoiseSVN 1.5
* Merge Tracking
* Sparse checkouts
* Cyrus SASL support for svnserve
* Changelist support
* Log message caching
* Repository browser
* Revision graph
* Client side hook scripts
* TortoiseMerge
Details are described below.
TortoiseSVN 1.5 is a superset of all previous TortoiseSVN releases, and is considered the current stable and "best" release. Anything in 1.0.x, 1.1.x, 1.2.x, 1.3.x or 1.4.x is also in 1.5, but 1.5 contains features and bugfixes not present in any earlier release.作者: xblues 时间: 25-6-2008 12:48
提示: 作者被禁止或删除, 无法发言标题: Wiki上比较各种版本控制的页面 http://en.wikipedia.org/wiki/Com ... on_control_software
居然可以找到很多IDE集成的工具,我用VS比较多,居然找到了一个免费的subversion for VS 的插件。