Skip to content

Commit 246b697

Browse files
author
Jordan McCullough
committed
Merge pull request #273 from randomecho/svn-transition-typo
Add fluidity in Tooling Bridge note on automatic conversion
2 parents 44438ad + 9a87faa commit 246b697

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

downloads/subversion-migration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: cheat-sheet
33
title: Transitioning from Subversion to Git and GitHub
4-
byline: When migrating from Subversion to Git, there's a vocabulary and command set to learn, in addition to the new capabilities only afforded by a DVCS such as Git. This cheat sheet aims to help you in your trasition between the classic Subversion technology and the modern use of Git with the GitHub collaboration platform.
4+
byline: When migrating from Subversion to Git, there's a vocabulary and command set to learn, in addition to the new capabilities only afforded by a DVCS such as Git. This cheat sheet aims to help you in your transition between the classic Subversion technology and the modern use of Git with the GitHub collaboration platform.
55
---
66

77
# Transitioning from Subversion to Git and GitHub
88

9-
When migrating from Subversion to Git, there's a vocabulary and command set to learn, in addition to the new capabilities only afforded by a DVCS such as Git. This cheat sheet aims to help you in your trasition between the classic Subversion technology and the modern use of Git with the GitHub collaboration platform.
9+
When migrating from Subversion to Git, there's a vocabulary and command set to learn, in addition to the new capabilities only afforded by a DVCS such as Git. This cheat sheet aims to help you in your transition between the classic Subversion technology and the modern use of Git with the GitHub collaboration platform.
1010

1111
## Vocabulary
1212

@@ -29,7 +29,7 @@ When migrating from Subversion to Git, there's a vocabulary and command set to l
2929
**Key:** ✓ yes, ✗ no
3030

3131
## Leveraging Git's support of SVN
32-
During a VCS change, there may be a need to begin using Git locally while the hosted repositories remain under Subversion control. The `git svn` command and sub-commends provide the ability to interact with Subversion's repositories while using all the benefits of Git on the command line or with graphical clients.
32+
During a VCS change, there may be a need to begin using Git locally while the hosted repositories remain under Subversion control. The `git svn` command and sub-commands provide the ability to interact with Subversion's repositories while using all the benefits of Git on the command line or with graphical clients.
3333

3434
Acquire an SVN repository, with a resulting Git repository locally:
3535

@@ -57,7 +57,7 @@ Keep in mind this rewrites local Git history and your Git commit refs will be di
5757

5858
## Subversion tooling bridge via GitHub
5959

60-
For users familiar with Subversion toolsets and clients, [GitHub fully supports and bridges communications to the central repository](https://help.github.com/articles/support-for-subversion-clients/). All Subversion commits directed at a GitHub hosted repository will automatically be converted to Git commits.
60+
For users familiar with Subversion toolsets and clients, [GitHub fully supports and bridges communications to the central repository](https://help.github.com/articles/support-for-subversion-clients/). All Subversion commits directed at a GitHub hosted repository will be automatically converted to Git commits.
6161

6262
* [Topics about branch strategies with SVN](https://github.com/blog/1178-collaborating-on-github-with-subversion)
6363
* Patterns for updating `trunk` or GitHub default branch equivalent
@@ -71,7 +71,7 @@ The most lightweight approach is by utilizing `git svn` as a one-time conversion
7171

7272
* Subversion commits cease prior to initiating the process
7373
* One machine serves as intermediary during conversion
74-
* GitHub "upstream" repository intialized and ready to receive history, branches, tags
74+
* GitHub "upstream" repository initialized and ready to receive history, branches, tags
7575

7676
### Git-SVN conversion method
7777
* Create email/username mapping file

0 commit comments

Comments
 (0)