svn - 如何从 SVN check out 特定版本的代码?

标签 svn

这个问题在这里已经有了答案:




8年前关闭。




Possible Duplicate:
Checkout a specific revision from Subversion from the command line



如何从 SVN (Subversion) 中 check out 特定版本的代码?

最佳答案

你用的是什么客户端?

svn checkout svn://repository/path@123

或者
svn checkout -r 123 url://repository/path

或者

TortoiseProc.exe /command:checkout /rev:1234

关于svn - 如何从 SVN check out 特定版本的代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4744741/

相关文章:

linux - 这在 SVN 中意味着什么? - 写入 '.' 时出错

svn - 您可以 `svn status`代替本地工作副本吗?

svn - 如何忽略 svn 中的 eol 更改和所有空白?

.net - Jenkins 构建错误 - MSBUILD : error MSB1009: Project file does not exist

delphi - 开发者之间如何维护 "Ignore/handle subsequent exceptions"断点?

svn - 如何手动使用 TeamCity 的捆绑 svnkit-cli?

svn 更新 : local dir edit, 传入目录删除或更新后移动

svn - 如何使用 git 或 svn 将 MonoDevelop 项目连接到 BitBucket?

linux - svn : an existing connection was forcibly closed by the remote host

svn - 颠覆 : how to remove property on commit