简体   繁体   中英

SVN Merge One file from revision to another branch

I want to Merge one file from a specific revision number (Which may have multiple files) to a particular Branch.

For eg -

Branch 1 contains revision number 156 with 5 committed files (Or any). I want to merge 1 (Or specific) file to Branch 2.

Is there any possible way to achieve this ?

svn merge SOURCE[@REV] [TARGET_WCPATH]

...如果只想合并一个子树,则子树路径必须同时包含在SOURCE和TARGET_WCPATH中

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