This is the README file for svk 0.18 release, a decentralized version control system. The latest version could be found at svn://svn.clkao.org/svk/trunk You need Module::Install if you are not installing from release tarballs. * About Subversion (svn) aims to take over the CVS user base, while svk attempts to take over the others - including people who already switched to other scm, and people who had not started using scm. It is written in Perl and is using subversion's underlying filesystem. For more information plase see the web site at http://svk.elixus.org/ * Installation You need subversion 0.36 release or newer, with perl bindings support to use svk. svk uses the stanard perl module install process: % perl Makefile.PL % make # make install * Usage You may want to start with the tutorial available at the web site.