Skip to content

Commit 70bec82

Browse files
committed
correction done as per Ben's suggestion
1 parent c9c7b4e commit 70bec82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/client-svn.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Checked out HEAD:
102102

103103
This runs the equivalent of two commands – `git svn init` followed by `git svn fetch` – on the URL you provide.
104104
This can take a while.
105-
If, for example, the test project has only about 75 commits and the codebase isn't that big, Git has nevertheless to check out each version, one at a time, and commit it individually.
105+
If, for example, the test project has only about 75 commits and the codebase isn't that big, Git nevertheless must check out each version, one at a time, and commit it individually.
106106
For a project with hundreds or thousands of commits, this can literally take hours or even days to finish.
107107

108108
The `-T trunk -b branches -t tags` part tells Git that this Subversion repository follows the basic branching and tagging conventions.

0 commit comments

Comments
 (0)