开发者

GIT svn how to update a path

开发者 https://www.devze.com 2022-12-12 20:57 出处:网络
When using svn, I update a repository with the following command. TortoiseProc.exe /command:update /path:\"c:\\FoldToSVNRepository\"

When using svn, I update a repository with the following command.

TortoiseProc.exe /command:update /path:"c:\FoldToSVNRepository"

TortoiseProc.exe /command:update /path:"c:\FoldToSVNRepositoryTwo"

TortoiseProc.exe /command:update /path:"c:\FoldToSVNRepositoryThre开发者_高级运维e"

How would you do the equivilant with the command

git svn ?

I've had a look through the documentation but cannot find any way to specify the repository directory to update.


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

精彩评论

暂无评论...
验证码 换一张
取 消