@@ -56,6 +56,8 @@ COMMANDS
5656 as well, they take precedence.
5757--no-metadata;;
5858 Set the 'noMetadata' option in the [svn-remote] config.
59+ This option is not recommended, please read the 'svn.noMetadata'
60+ section of this manpage before using this option.
5961--use-svm-props;;
6062 Set the 'useSvmProps' option in the [svn-remote] config.
6163--use-svnsync-props;;
@@ -597,13 +599,22 @@ svn.noMetadata::
597599svn-remote.<name>.noMetadata::
598600 This gets rid of the 'git-svn-id:' lines at the end of every commit.
599601+
600- If you lose your .git/svn/git-svn/.rev_db file, 'git svn' will not
601- be able to rebuild it and you won't be able to fetch again,
602- either. This is fine for one-shot imports.
602+ This option can only be used for one-shot imports as 'git svn'
603+ will not be able to fetch again without metadata. Additionally,
604+ if you lose your .git/svn/**/.rev_map.* files, 'git svn' will not
605+ be able to rebuild them.
603606+
604607The 'git svn log' command will not work on repositories using
605608this, either. Using this conflicts with the 'useSvmProps'
606609option for (hopefully) obvious reasons.
610+ +
611+ This option is NOT recommended as it makes it difficult to track down
612+ old references to SVN revision numbers in existing documentation, bug
613+ reports and archives. If you plan to eventually migrate from SVN to git
614+ and are certain about dropping SVN history, consider
615+ linkgit:git-filter-branch[1] instead. filter-branch also allows
616+ reformating of metadata for ease-of-reading and rewriting authorship
617+ info for non-"svn.authorsFile" users.
607618
608619svn.useSvmProps::
609620svn-remote.<name>.useSvmProps::
0 commit comments