Skip to content

ikryvorotenko/gsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsync

Git-svn syncronization tool

Thanks for the inspiration to https://github.com/mrts/git-svn-bridge. The original idea is really cool, but it's pretty complex to set up and the auth manager is Win based, so this project comes to resolve these issues and bring simple tool for svn-git two ways syncronization.

To run this:

docker run -d -p 9521:9521 \
 --name gsync \
 --volume /srv/gsync:/etc/gsync \
 -e DEFAULT_SYNC_USER='username' \
 -e DEFAULT_SYNC_PASSWORD='password' \
 -e GSYNC_KEY='gsync_key_goes_here' \
 ikryvorotenko/gsync:latest
 

About

Git-svn syncronization tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published