Cloning a Subversion repository from Git

Git provides a set of tools for cooperating with Subversion; the base command is actually git svn; with git svn, you can clone Subversion repositories, retrieve and upload changes, and more.

So, wear the Git hat and clone the Subversion repository using the git svn clone command:

$ cd Sourcesgit
$ git svn clone file:///c/Repos/MySvnRepo  

As you can see, this time I added the root drive letter c to the file:/// path; in Windows, Git pretends that you provide paths starting from the drive letter.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.15.1