简体   繁体   中英

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. 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 . It can do exactly you want. The link is 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

Set the value of the property NAME on the target URL to VALUE.

propsetf NAME FILE URL

Set the value of the property NAME on the target URL to the contents of the file FILE.

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