git-as-svn / git-as-svn

Subversion frontend server for Git repositories

Home Page:https://git-as-svn.github.io/git-as-svn/htmlsingle/git-as-svn.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-as-svn

Build Status Download Gitter chat

What is it?

git-as-svn emulates Subversion repository on top of Git repository.

It allows you to work with Git repositories using any tool compatible with Subversion 1.8+: console svn, TortoiseSVN, SvnKit, SmartSVN, etc.

Documentation

git-as-svn user manual includes installation and configuration instructions: HTML, PDF, EPUB

Building from source

From the root of the source tree, run:

./gradlew assembleDist

Distribution files will be created in build/distributions directory.

Running from source

./gradlew run

About

Subversion frontend server for Git repositories

https://git-as-svn.github.io/git-as-svn/htmlsingle/git-as-svn.html

License:GNU General Public License v2.0


Languages

Language:Kotlin 98.7%Language:Shell 1.0%Language:Python 0.2%Language:Makefile 0.1%