1 unstable release

0.1.0 Mar 11, 2021

#101 in #control-system

GPL-3.0 license

26KB
656 lines

RVCS

RVCS is a Rusty Version Control System.

Installation

From source

$ git clone git@github.com:Wafelack/rvcs.git
$ cd rvcs/
$ cargo build --release
$ cp target/release/rvcs /wherever/you/want/in/your/path

With cargo

  • Run cargo install rvcs.

Future

  • Authoring
  • Remotes

Licensing

RVCS is licensed under the GNU General Public License version 3.0.

Dependencies

~2.5MB
~39K SLoC