简体   繁体   中英

Custom merge of binary files in SVN

I have a problem of that our app is managing a lot of binary files. I would like to switch to SVN so multiple people may edit the thing over the net. These files can be modified by two parts and we are able to implement diff/merge functionality for them. Is it possible in SVN to substitute the diff/patch application for a file type (or overall)?

Yes, you can use external differencing and merge tools with SVN.

Note: if you are not too committed to SVN already, you could consider other tools such as Git, in which case you can also use external tools, see the --tool option of git-difftool and git-mergetool .

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