简体   繁体   中英

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. 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.

Nevertheless, the command you're looking for is svn checkout or svn 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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