2009-12-02 82 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