We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f34aa2 commit 06c3352Copy full SHA for 06c3352
book/09-git-and-other-scms/sections/import-svn.asc
@@ -32,6 +32,7 @@ Then, redirect that output into your `users.txt` file so you can add the equival
32
33
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.
35
+However this is not recommended because it breaks the two-way synchronisation between the git repository and the svn repository.
36
This makes your `import` command look like this:
37
38
[source,console]
0 commit comments