2009-12-02 87 views
0

使用svn时,我使用以下命令更新存储库。GIT svn如何更新路径

TortoiseProc.exe /命令:更新/路径: “C:\ FoldToSVNRepository”
TortoiseProc.exe /命令:更新/路径: “C:\ FoldToSVNRepositoryTwo”
TortoiseProc.exe /命令:更新/路径: “c:\ FoldToSVNRepositoryThree”

你会怎样做的equivilant与命令
git svn?

我已经浏览了文档,但找不到任何指定要更新的存储库目录的方法。

回答

1
git --git-dir=C:\repo\.git svn fetch 
+0

谢谢,我当时正在使用hte --git-dir。以为你必须在基本目录而不是实际的.git目录。 – Chad 2009-12-02 04:36:38