7 Star 4 Fork 3

GiteeStudio / sserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
江二十三 提交于 2019-02-21 17:09 . Update readme

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:

  • Install Java 1.8 or later
  • Download binaries archive from: https://github.com/bozaro/git-as-svn/releases/latest
  • After unpacking archive you can run server executing:
    java -jar git-as-svn.jar --config config.example --show-config
  • Test connection:
    svn ls svn://localhost/example
    with login/password: test/test

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

Report Bug

If you need feedback questions, You can create issues

If you need to report a security vulnerability, please send an email to git@oschina.cn

Java
1
https://gitee.com/oscstudio/sserver.git
git@gitee.com:oscstudio/sserver.git
oscstudio
sserver
sserver
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891