bingsheng xue ?? TortoiseSVN wrote: >Hi, > >I want to always use my own diff3 program only for "*.dtxml" files, but I >can't find any way to config that. My diff3 program is only able to merge >my "*.dtxml" files and not able to merge any other types of files. > >For now, if I want to update a folder that contains several types of files, >I can only use "svn update" command to update them using the default >internal diff3 program for all files, or I can use "svn update --diff3-cmd >myprogram.exe" to update them all using my diff3 program (which would cause >a problem if there are other types of files). > >(Note: The DIFF-VIEWER or MERGE-TOOL advanced settings in Tortoise are not >able to do this work. They are only previewing GUI programs and only run >when you click the modified/conflicted file status row in the TortoiseSVN >window.) > >Any help would be much appreciated! Thank you all!
You could teach your myprogram.exe to forward non-dtxml file to the default merge tool or use a batch / powershell script to do so -- Lorenz -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/3n243hd5up4jiambipp0flnebpr2l9ffar%404ax.com.
