从命令行从Subversion中检出特定的修订版本 [英] Checkout a specific revision from Subversion from the command line

查看:115
本文介绍了从命令行从Subversion中检出特定的修订版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用命令行在 Subversion 中检查文件夹的特定版本。

I want to checkout a specific revision of a folder in Subversion using the command line.

我没有在 TortoiseProc.exe 中看到一个指定修订版本号的选项,

I don't see an option for specifying the revision number in TortoiseProc.exe,

TortoiseProc.exe /command:checkout <url>

如何获得我想要的修订版本? TortoiseProc.exe 是我想要做的正确工具吗?

How do I get the revision I want? Is TortoiseProc.exe the right tool for what I want to do?

推荐答案

p>如果你已经在本地签出,那么你可以 cd 到它签出的地方,然后使用这种语法:

If you already have it checked out locally then you can cd to where it is checked out, then use this syntax:

$ svn up -rXXXX

ref: a href =http://betterlogic.com/roger/2011/11/checkout-a-specific-revision-from-subversion-from-command-line>从命令行从subversion中检出特定版本

ref: Checkout a specific revision from subversion from command line

这篇关于从命令行从Subversion中检出特定的修订版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆