Skip to content

Commit ace799b

Browse files
committed
Merge pull request #555 from nemoinho/issue/550
Add recommendation note
2 parents 3f34aa2 + 03e4935 commit ace799b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ That generates the log output in XML format, then keeps only the lines with auth
3131
Then, redirect that output into your `users.txt` file so you can add the equivalent Git user data next to each entry.
3232

3333
You can provide this file to `git svn` to help it map the author data more accurately.
34-
You can also tell `git svn` not to include the metadata that Subversion normally imports, by passing `--no-metadata` to the `clone` or `init` command.
34+
You can also tell `git svn` not to include the metadata that Subversion normally imports, by passing `--no-metadata` to the `clone` or `init` command (though if you want to keep the synchronisation-metadata, feel free to omit this parameter).
3535
This makes your `import` command look like this:
3636

3737
[source,console]

0 commit comments

Comments
 (0)