Chapter 9. Working with Subversion

This chapter covers

  • Importing an existing Subversion repository into a Git repository
  • Fetching from and pushing changes to a Subversion repository for Git
  • Accessing a GitHub repository using a Subversion client

Despite the growth of Git, Subversion (also known as SVN) remains widely used across many projects. Many older open source projects continue to use Subversion, as do many internal corporate projects.

Fortunately, Git provides functionality to allow you to access existing Subversion repositories through the git svn command. This also provides a good way of learning Git if you have to use Subversion repositories, and a good migration path for projects that currently use Subversion and wish to use ...

Get Git in Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.