Skip to content

Commit 06c3352

Browse files
committed
Add recommendation note
Add note that it is not recommended to use --no-metadata because it may breaks synchronisation between git and svn.
1 parent 3f34aa2 commit 06c3352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Then, redirect that output into your `users.txt` file so you can add the equival
3232

3333
You can provide this file to `git svn` to help it map the author data more accurately.
3434
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.
3536
This makes your `import` command look like this:
3637

3738
[source,console]

0 commit comments

Comments
 (0)