I went to this link to setup AnkhSVN in Visual Studio. https://www.scootersoftware.com/support.php?zz=kb_vcs
In Visual Studio selecting Beyond Compare from the list does work but "mine" is on the right side. I would like it on the left side.
In Visual Studio selected other from the list and entered this command "C:\Program Files\Beyond Compare 4\BComp.exe" %mine %base /rightreadonly.
This sort of fixed my issues but the titles were more difficult to read.
I tried "C:\Program Files\Beyond Compare 4\BComp.exe" %mine %base /title1=%yname /title2=%bname /rightreadonly (just like I use in TortoiseSVN) but this brought Beyond Compare up in Merge mode which is not what I wanted.
What is the proper command to get mine on the left and base on the right? Can I just default Beyond Compare to always open mine on the left?
In Visual Studio selecting Beyond Compare from the list does work but "mine" is on the right side. I would like it on the left side.
In Visual Studio selected other from the list and entered this command "C:\Program Files\Beyond Compare 4\BComp.exe" %mine %base /rightreadonly.
This sort of fixed my issues but the titles were more difficult to read.
I tried "C:\Program Files\Beyond Compare 4\BComp.exe" %mine %base /title1=%yname /title2=%bname /rightreadonly (just like I use in TortoiseSVN) but this brought Beyond Compare up in Merge mode which is not what I wanted.
What is the proper command to get mine on the left and base on the right? Can I just default Beyond Compare to always open mine on the left?
Comment