November 2018
Beginner
180 pages
4h 26m
English
One of the most common alternative version control systems is SVN, which works in a client-server model that differs from the distributed model that Git provides. This doesn't mean the end times though, as there are tools you can use to convert an SVN repository into a Git one. The following steps run through the use of one such tool:
sudo gem install svn2git
svn2git https://example.com/path/to/svn/repo
Read now
Unlock full access