sh 从SVN签出文件夹

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 从SVN签出文件夹相关的知识,希望对你有一定的参考价值。

Find the target folder in Cornerstone and right-click on the folder name. Hold the Option key (to hide the username) and select "Copy URL without user".
Back in the terminal, run this command to create the checkout: svn co https://path/to/new/folder (using the value copied in the previous step for the URL).
If you are running this command from within a blank directory that should become the checkout, add a space and period at the end to target the current directory; otherwise, the checkout will be created in a new folder that matches the folder name of the last segment in the SVN path.
In most cases, you can checkout the job number folder that contains all of the various ad sizes, rather than a separate checkout for each ad size. You will still need to change directory to each ad size folder in order to run grunt compile assets, however.

以上是关于sh 从SVN签出文件夹的主要内容,如果未能解决你的问题,请参考以下文章

打开从 svn 签出的 android 项目时出现错误“无法使用 subversion 命令行客户端:svn”

强制 SVN 更新/签出覆盖本地文件

Eclipse和SVN导入已签出SVN的现有文件夹

在 mac 上从 svn 签出后无法运行 cocos2d-x 工作副本项目

svn稀疏目录--通过设置工作目录的深度(depth)实现目录树的部分签出

我可以在 Tortoise SVN 中查看当前签出的修订号吗?