SVK
外觀
原作者 | 高嘉良 |
---|---|
開發者 | Best Practical Solutions, LLC |
首次發佈 | 2003年11月19日 |
最終版本 | 2.2.3(2010年3月21日 | )
程式語言 | Perl |
類型 | 版本控制 |
許可協議 | GNU通用公共授權條款 藝術許可協議 |
網站 | metacpan |
SVK(也寫作svk)是一個以Perl寫成的分散式版本控制系統(與其它的版本控制系統比較起來,像是BitKeeper和GNU arch)。
SVK的主要作者是高嘉良,使用Artistic License和GPL雙重授權的自由軟件。
2006年6月5日,高嘉良加入了Best Practical(也就是Request Tracker的開發公司,同時也是SVK的重度使用者)。而SVK也變成了Best Practical的一項產品[1][2]。
2009年5月28日,高嘉良在郵件列表中宣佈SVK將停止開發(頁面存檔備份,存於互聯網檔案館)。
特色
[編輯]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