SVK
SVK(也寫作svk)是一個以Perl寫成的分散式版本控制系統(與其它的版本控制系統比較起來,像是BitKeeper和GNU arch)。
原作者 | 高嘉良 |
---|---|
開發者 | Best Practical Solutions, LLC |
首次发布 | 2003年11月19日 |
最终版本 | 2.2.3(2010年3月21日 | )
编程语言 | Perl |
类型 | 版本控制 |
许可协议 | GNU通用公共授權條款 艺术许可协议 |
网站 | metacpan |
SVK的主要作者是高嘉良,使用Artistic License和GPL雙重授權的自由軟體。
2006年6月5日,高嘉良加入了Best Practical(也就是Request Tracker的開發公司,同時也是SVK的重度使用者)。而SVK也變成了Best Practical的一項產品[1][2]。
特色
SVK 使用 Subversion 的檔案系統,但是提供了更多的特色:
- 离线操作,比如 “checkin”,“log”,“merge”。
- 分布式分支。
- Lightweight checkout copy management (no .svn directories).
- Advanced merge algorithms, like star-merge and cherry picking.
- Changeset signing and verification.
- 能对Subversion,Perforce和CVS的版本库进行镜像和操作。
參見
- List of revision control software
- Comparison of revision control software
- Subversion
- GNU arch,the source of inspiration for svk's star-merge feature
- Monotone,another open-source distributed SCM tool
- Mercurial,another open-source distributed SCM tool