在 git svn 中,我如何 "unset" noMetadata 和 useSvmProps
In git svn, how can I "unset" noMetadata and useSvmProps
我正在尝试将现有的 SVN 存储库迁移到 Git。
当我尝试以下命令时:
$ git svn clone svn://<address of repo>
我收到错误:
Can't use have both 'noMetadata' and 'useSvmProps' options set!
如何 "unset" 这些选项之一?
请注意,我使用的是 SVN 版本 1.7.3 和 Git 1.9.0。
我通过更新到 Git 1.9.5 解决了这个问题 - 我猜他们修复了它。
我正在尝试将现有的 SVN 存储库迁移到 Git。
当我尝试以下命令时:
$ git svn clone svn://<address of repo>
我收到错误:
Can't use have both 'noMetadata' and 'useSvmProps' options set!
如何 "unset" 这些选项之一?
请注意,我使用的是 SVN 版本 1.7.3 和 Git 1.9.0。
我通过更新到 Git 1.9.5 解决了这个问题 - 我猜他们修复了它。