blob: 920dfe825636a99a13c5630964100833aad13338 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
svk is a decentralized version control system written in Perl.
It uses the subversion filesystem but provides additional features:
- Offline operations like checkin, log, merge.
- Distributed branches.
- Lightweight checkout copy management (no .svn directories).
- Advanced merge algorithms, like star-merge and cherry picking.
WWW: http://search.cpan.org/dist/SVK/
|