mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
585 B
Plaintext
14 lines
585 B
Plaintext
While Subversion aims to take over the CVS user base, SVK attempts
|
|
to take over the others -- including people who are already using
|
|
other SCM systems, and people who had not started using SCM.
|
|
|
|
SVK is written in Perl, using Subversion's underlying 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".
|
|
|
|
For more information, please visit the web site at http://svk.elixus.org/.
|