|
|||||||
| Register | FAQ | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
Sorry if I'm rehashing this, but I couldn't find updated command-lines to configure TortoiseSVN's external diff and merge with for BC3. Anyone have them? Thanks! |
|
#2
|
|||
|
|||
|
Diff:
"C:\Program Files\Beyond Compare 3\BComp.exe" %base %mine /title1=%bname /title2=%yname /leftreadonly Merge (v3 Pro): "C:\Program Files\Beyond Compare 3\BComp.exe" %mine %theirs %base %merged /title1=%yname /title2=%tname /title3=%bname /title4=%mname Merge (v3 Std): "C:\Program Files\Beyond Compare 3\BComp.exe" %mine %theirs /mergeoutput=%merged
__________________
Craig P Scooter Software Last edited by Craig; 31-Jul-2008 at 08:27 AM. |
|
#3
|
|||
|
|||
|
Is there any way to automatically svn resolved the merged file after it is saved?
|
|
#4
|
|||
|
|||
|
Yes, you can auto-resolve using TortoiseSVN, but it requires a bit of setup to do.
If you save the merge file it will resolve it automatically. If you want it to ask for confirmation remove /noquestion from the second to last line. if you exit without saving it won't resolve.
__________________
Craig P Scooter Software |
|
#5
|
|||
|
|||
|
Thanks. This is much easier to use than the Tortoise Diff tool.
I had to modify the first line to get it to work. You need quotes because of the spaces in the path. Code:
SCmdLine = """C:\Program Files\Beyond Compare 3\BComp.exe "" " |
|
#6
|
|||
|
|||
|
could you provide more information on this quick reply? i understand how to install it, but how is it used? what is the benefit of this compared to the other merge commandline?
|
|
#7
|
|||
|
|||
|
By using that command line and the associated VBscript file BC will tell TortoiseSVN that the merge was successful so TortoiseSVN will remove the "filename.txt.mine", "filename.txt.r123", and "filename.txt.r234" files and change the file's icon from the "conflict" icon to the "changed" icon. If you use the command line we normally suggest you'll need to manually use the TortoiseSVN->Resolved... menu item after you save the merge result and exit BC.
__________________
Craig P Scooter Software |
|
#8
|
|||
|
|||
|
Great. Thanks for quick reply. Can be handy indeed.
|
|
#9
|
|||
|
|||
|
Quote:
Is the BComp.vbs file the same as the BComp.com/exe that ships with BC3 now ?
__________________
-Rob ------------------------- Rob Leland |
|
#10
|
|||
|
|||
|
Hello,
No, this is not built-in to BC3. You still need the vbscript if you want it to resolve automatically. Otherwise, you can select the files after the merge, and mark as Resolved manually.
__________________
Aaron P Scooter Software |
![]() |
| Tags |
| subversion, svn, tortoisesvn |
| Thread Tools | |
| Display Modes | |
|
|