GithubHelp home page GithubHelp logo

artpaul / vcs Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 0.0 85.99 MB

A scalable, FUSE-backing version control system for dealing with growing in size repositories.

License: Apache License 2.0

CMake 0.21% C++ 57.48% C 21.68% Starlark 2.32% Ruby 1.62% Swift 0.02% Python 9.78% Shell 1.89% CSS 0.01% Java 0.05% Objective-C 1.77% Objective-C++ 0.21% JavaScript 0.21% PHP 1.21% Dockerfile 0.45% C# 0.36% Batchfile 0.09% PowerShell 0.01% Awk 0.01% Cython 0.61%
version-control

vcs's Introduction

Disclaimer: the system is under construction - API and data formats are subject to change without preserve any backward compatibility.

Project's goal

Create a version control system which can effectively work both with small and extra large repositories.

Build

To build the project cmake 3.20+ and C++ with C++23 support are required (g++-12, clang-16).

Create a build directory:

mkdir out && cd out

Generate a project with explicit version of compiler:

export CXX=g++-12 && export CC=gcc-12 && cmake -DCMAKE_BUILD_TYPE=Debug ..

Make a build:

make -j

Run the command line utility to see available subcommands:

./cmd/vcs

Converting existing repository

An existing git repository can be converted into the vcs format. Run:

vcs git convert --git <repo-path>/.git <vcs-path>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.