LoginSignup
2
2

More than 5 years have passed since last update.

Usage of git-svn

Posted at

svn for git user. git-svn is tool to use git as svn client.

Official Documentation

Installation

Linux

$ sudo apt-get install git-svn

Mac OS X

$ brew install git

Clone svn repository

$ git svn clone svn+ssh://user@server.com/home/user/svn/trunk/abc/def def

Commit

$ git commit -am "commit this"

SVN Commit by git-svn

$ git svn dcommit
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2