All Projects → bozaro → Git As Svn

bozaro / Git As Svn

Licence: gpl-2.0
Subversion frontend server for git repository (java)

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Git As Svn

proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-91.43%)
Mutual labels:  subversion
Svn2git.php
Subversion to Git migration tool
Stars: ✭ 6 (-96.57%)
Mutual labels:  subversion
Node Svn Spawn
Easy way to access svn repository with node.js.
Stars: ✭ 85 (-51.43%)
Mutual labels:  subversion
libvcs
⚙️ Lite, typed, pythonic utilities for git, svn, mercurial, etc.
Stars: ✭ 43 (-75.43%)
Mutual labels:  subversion
Subclipse
Subclipse - Eclipse SVN Provider
Stars: ✭ 421 (+140.57%)
Mutual labels:  subversion
Svn Stash
It's like git stash , but for Subversion.
Stars: ✭ 49 (-72%)
Mutual labels:  subversion
Vim Signify
➕ Show a diff using Vim its sign column.
Stars: ✭ 2,390 (+1265.71%)
Mutual labels:  subversion
Versioning
Gradle plug-in to generate version information from the SCM branch (Git or Svn)
Stars: ✭ 157 (-10.29%)
Mutual labels:  subversion
Subversion
Mirror of Apache Subversion
Stars: ✭ 428 (+144.57%)
Mutual labels:  subversion
Dunamai
Dynamic versioning library and CLI
Stars: ✭ 85 (-51.43%)
Mutual labels:  subversion
docker-svn-server
A Docker image running a simple Dockerised Subversion server, using `svnserve`.
Stars: ✭ 27 (-84.57%)
Mutual labels:  subversion
AnkhSVN
AnkhSVN provides first class Subversion support for all recent Visual Studio versions.
Stars: ✭ 54 (-69.14%)
Mutual labels:  subversion
Scm Manager
The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.
Stars: ✭ 50 (-71.43%)
Mutual labels:  subversion
ohloh scm
The Ohloh source control management library
Stars: ✭ 58 (-66.86%)
Mutual labels:  subversion
Poetry Dynamic Versioning
Plugin for Poetry to enable dynamic versioning based on VCS tags
Stars: ✭ 131 (-25.14%)
Mutual labels:  subversion
Subverison gtav hack
subVerison重置版——GTA5外置修改器
Stars: ✭ 193 (+10.29%)
Mutual labels:  subversion
Subvertpy
Alternative Python bindings for Subversion
Stars: ✭ 11 (-93.71%)
Mutual labels:  subversion
Source Integration
Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitweb, Cgit, Subversion, Mercurial and more
Stars: ✭ 167 (-4.57%)
Mutual labels:  subversion
Usvn
Manage Subversion repositories via a web interface
Stars: ✭ 154 (-12%)
Mutual labels:  subversion
Websvn
Fork from WebSVN
Stars: ✭ 66 (-62.29%)
Mutual labels:  subversion

= git-as-svn :project-handle: git-as-svn :slug: bozaro/{project-handle} :uri-project: https://github.com/{slug} :uri-ci: {uri-project}/actions?query=branch%3Amaster

image:{uri-project}/workflows/CI/badge.svg?branch=master[Build Status,link={uri-ci}] image:https://img.shields.io/github/release/{slug}.svg[Download,link="{uri-project}/releases/latest"] image:https://badges.gitter.im/Join%20Chat.svg[Gitter chat,link="https://gitter.im/{slug}?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]

== 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: https://bozaro.github.io/git-as-svn/htmlsingle/git-as-svn.html[HTML], https://bozaro.github.io/git-as-svn/git-as-svn.pdf[PDF], https://bozaro.github.io/git-as-svn/git-as-svn.epub[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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].