Skip to content

benagain/git-as-svn

 
 

Repository files navigation

Overview

Join the chat at https://gitter.im/bozaro/git-as-svn

Build Status

Subversion frontend server for git repository (in Java).

Python proof-of-concept implementation:

SVN protocol description

How to use

Run from binaries

For quick run you need:

As result:

  • Server creates bare repository with example commit in directory: example.git
  • The server will be available on svn://localhost/example/ url (login/password: test/test)

Build from sources

To build from sources you need install JDK 1.8 or later and run build script.

For Linux:

./gradlew deployZip

For Windows:

call gradlew.bat deployZip

When build completes you can run server executing:

java -jar build/deploy/git-as-svn.jar --config config.example --show-config

About

Subversion frontend server for git repository (java)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.6%
  • Shell 3.4%