diff options
author | epg <epg@pkgsrc.org> | 2004-09-26 04:43:59 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-09-26 04:43:59 +0000 |
commit | 1c302ca0407eed1e70f7ef6447e69a68e003a368 (patch) | |
tree | 43410dd2060e8a81e2e903a8b0e1522f685bda4d /devel/svk/DESCR | |
parent | 18bf2cf5d6190188484475409495069445db4e96 (diff) | |
download | pkgsrc-1c302ca0407eed1e70f7ef6447e69a68e003a368.tar.gz |
Import svk-0.21.
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/.
Diffstat (limited to 'devel/svk/DESCR')
-rw-r--r-- | devel/svk/DESCR | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/svk/DESCR b/devel/svk/DESCR new file mode 100644 index 00000000000..970eb4223de --- /dev/null +++ b/devel/svk/DESCR @@ -0,0 +1,13 @@ +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/. |