Tagged Questions
8
votes
2answers
2k views
How to use svn with beyond compare 3
I want to use svn command line with beyond compare and get the following output
Text Compare
Produced: 11/16/2008 11:45:34 AM
...
7
votes
4answers
3k views
How do I make Subversion use a third-party diff tool?
I need more than the default diff! I have recently purchased "Beyond Compare" and I'd like to integrate it with svn, so its launched when I type:
svn diff foo.c
How do I do this?
5
votes
3answers
2k views
How to configure Beyond Compare 3 for Eclipse conflict resolution?
What is the correct parameters to get Beyond Compare 3 working with Eclipse/Subclipse conflict resolution?
In Preferences > Team > SVN > Diff/Merge there's the option to specify an external ...
3
votes
2answers
153 views
Can I diff more than one file at a time using subversion and Beyond Compare?
So, I've successfully figured out how to do a simple diff and a 3 way merge with command-line subversion and Beyond Compare 3 using Windows 7. Thank you, stackoverflow.
However, I frequently have ...
3
votes
3answers
2k views
How can I import a directory structure into SVN, keeping the file and folder modifed dates the same?
I've got a large source tree (> 2 GB, WINCE build tree) that I would like to start managing with Subversion. Up to this point, 'versioning' has been managed through keeping multiple copies of the ...
1
vote
4answers
2k views
How to use beyond compare as a external svn diff tool
I want to configure it so that svn diff filename shows the diff in beyond compare.
I am on ubuntu. On a related note what is everyone using to diff and merge. BC is awesome on windows, but very ugly ...