You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: downloads/subversion-migration.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
layout: cheat-sheet
3
3
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.
5
5
---
6
6
7
7
# Transitioning from Subversion to Git and GitHub
8
8
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.
10
10
11
11
## Vocabulary
12
12
@@ -29,7 +29,7 @@ When migrating from Subversion to Git, there's a vocabulary and command set to l
29
29
**Key:** ✓ yes, ✗ no
30
30
31
31
## 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.
33
33
34
34
Acquire an SVN repository, with a resulting Git repository locally:
35
35
@@ -57,7 +57,7 @@ Keep in mind this rewrites local Git history and your Git commit refs will be di
57
57
58
58
## Subversion tooling bridge via GitHub
59
59
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.
61
61
62
62
*[Topics about branch strategies with SVN](https://github.com/blog/1178-collaborating-on-github-with-subversion)
63
63
* 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
71
71
72
72
* Subversion commits cease prior to initiating the process
73
73
* 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
0 commit comments