1SVK(1)                User Contributed Perl Documentation               SVK(1)
2
3
4

NAME

6       svk - A Distributed Version Control System
7

SYNOPSIS

9       svk command [options] [args]
10

DESCRIPTION

12       SVK is a decentralized version control system written in Perl.  It uses
13       the Subversion filesystem but provides additional features:
14
15       ·   Offline operations like "checkin", "log", "merge".
16
17       ·   Distributed branches.
18
19       ·   Lightweight checkout copy management (no .svn directories).
20
21       ·   Advanced merge algorithms, like star-merge and cherry picking.
22
23       For more information about the SVK project, visit
24       <http://svk.bestpractical.com/>.
25
26       Run "svk help" to access the built-in tool documentation.
27
28       By default svk stores its state in the .svk directory in your home
29       directory. You can change this default by setting the SVKROOT
30       environment variable to your preferred svk depot path.
31

AUTHORS

33       Chia-liang Kao <clkao@clkao.org>
34
36       Copyright 2003-2005 by Chia-liang Kao <clkao@clkao.org>.
37
38       This program is free software; you can redistribute it and/or modify it
39       under the same terms as Perl itself.
40
41       See <http://www.perl.com/perl/misc/Artistic.html>
42
43
44
45perl v5.30.1                      2020-01-30                            SVK(1)
Impressum