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       * Distributed branches.
17       * Lightweight checkout copy management (no .svn directories).
18       * Advanced merge algorithms, like star-merge and cherry picking.
19
20       For more information about the SVK project, visit <http://svk.bestprac
21       tical.com/>.
22
23       Run "svk help" to access the built-in tool documentation.
24
25       By default svk stores its state in the .svk directory in your home
26       directory. You can change this default by setting the SVKROOT environ‐
27       ment variable to your preferred svk depot path.
28

AUTHORS

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