summaryrefslogtreecommitdiff
path: root/devel/svk/DESCR
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2004-09-26 04:43:59 +0000
committerepg <epg@pkgsrc.org>2004-09-26 04:43:59 +0000
commit1c302ca0407eed1e70f7ef6447e69a68e003a368 (patch)
tree43410dd2060e8a81e2e903a8b0e1522f685bda4d /devel/svk/DESCR
parent18bf2cf5d6190188484475409495069445db4e96 (diff)
downloadpkgsrc-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/DESCR13
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/.