简体   繁体   English

从命令行将svn:externals设置为存储库URL

[英]set svn:externals to a repository url from command line

Am trying to set svn externals directly to a repository url from the command line. 我试图从命令行直接将svn外部设置为存储库URL。 I would like to know if there is a way to accomplish this without checking out a working copy 我想知道是否有一种无需签出工作副本即可完成此操作的方法

Thanks Ipoo Doh 谢谢怡保

You can try the command, svnmucc . 您可以尝试使用命令svnmucc It can do exactly you want. 它可以完全满足您的需求。 The link is http://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html . 链接是http://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html

according to the link above, the usage is: 根据上面的链接,用法是:

propset NAME VALUE URL 道具名称VALUE URL

Set the value of the property NAME on the target URL to VALUE. 将目标URL上的属性NAME的值设置为VALUE。

propsetf NAME FILE URL propsetf名称文件URL

Set the value of the property NAME on the target URL to the contents of the file FILE. 将目标URL上的属性NAME的值设置为文件FILE的内容。

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

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