简体   繁体   English

使用SVN命令行进行结账操作

[英]Checkout operation using SVN Command line

我想通过SVN的命令行操作将SVN存储库中的文件夹签出到我的本地系统。

Here is an example of SVN documentation in which you can find a list of svn command line commands.这是SVN 文档的示例,您可以在其中找到 svn 命令行命令的列表。 I'd highly recommend you start a lot of your research there to help you out.我强烈建议您在那里开始大量研究以帮助您。 It's not really about us, here on StackOverflow, it's more of a waste of your time as this is something that is relatively easy to look up.这与我们无关,在 StackOverflow 上,这更像是在浪费您的时间,因为这是相对容易查找的内容。

Nevertheless, the command you're looking for is svn checkout or svn co尽管如此,您正在寻找的命令是svn checkoutsvn co

The syntax is really straight forward:语法非常简单:

svn co url/to/repository/trunk my/local/path

And this will checkout the folder trunk on your local machine at: my/local/path这将在您的本地机器上检出文件夹trunkmy/local/path

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM