简体   繁体   中英

How to edit svn externals of a folder using powershell

In order to do a build, I checkout a svn repository which has multiple folders.One of folders has properties -> svn externals pointing to a particular tag number, I need to edit the svn externals to point to a different tag number. I want to pass this new tag number as a parameter. How can I achieve this using powershell.

svn propset svn:externals "folder_name http://path_to_tag" .

Note the trailing dot.

You can read a bit more about Externals Definitions here .

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