Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

Object expected Microsoft JScript runtime error 800A138F when viewing diffs inside of TortoiseSVN update log

After I get an update, I double click a JavaScript file in my update log and get the following error message: I've tried clearing everything inside of Settings -> Saved Data but I still get errors. I'...
thecoolmacdude's user avatar
1 vote
1 answer
476 views

What are these odd characters appearing when I use P4Merge with TortoiseSVN?

When comparing files, I get these characters at the start of the diff. Image of the strange characters I'm not sure exactly what more information to provide, but will be watching this question if ...
John Doe's user avatar
2 votes
1 answer
2k views

svn diff suddenly not showing anything, even though svn status shows modified files

I made some changes to a local, up-to-date repo, on CentOS 7, svn 1.7.14. Running svn diff shows the changes. Not sure if this has much to do with it, but a while later, I did an svn copy over to a ...
Kev's user avatar
  • 1,154
14 votes
1 answer
10k views

How do you get Eclipse's built-in diff tool to ignore differences in whitespace?

I'm working on a large codebase that's been touched by many hands. As I work through bugs, I've been converting the source to be more readable which involves a lot of minor changes in indentation ...
Conrad.Dean's user avatar
0 votes
5 answers
3k views

Diffing tools for Mac OSX [closed]

Are there tools for diffing without subversion? Right now I am just writing code on my local but the ability to diff versions would be nice...
nicole's user avatar
  • 779
1 vote
0 answers
225 views

StatSVN generated XML is slightly out of date

There are no StatSVN questions on superuser, but why not start? ;-) Here's my problem... I generate a log from subversion with: svn log -v --xml > log.xml The latest revision that shows up in ...
Alan Turing's user avatar
0 votes
1 answer
199 views

svn diff software that simply downloads changesets

Does anyone know any simple software (preferably without installation) that allows to download changesets of specified revisions and save them as "changesetX.diff/.patch"? For some reason Windows ...
jurchiks's user avatar
  • 277
9 votes
2 answers
5k views

Use Meld instead of Kompare in KdeSVN

i tried using Meld as external diff in KdeSVN as meld -on - (settings>configure kdesvn>diff&merge) but Meld complains that the usage is wrong: meld: error: no such option: -o Finished Usage: ...
sterz's user avatar
  • 774
113 votes
2 answers
47k views

Ignore .svn when doing `diff -r`

diff has an option --recursive (-r) to do a comparison between two directories (the files inside them). Is there a way to make diff ignore certain sub-directories (eg: .svn)? $ diff -r src1/ src2/
Sridhar Ratnakumar's user avatar
9 votes
5 answers
2k views

svn diff including annotate/blame-alike information of when changes were made by who

Can you add annotate/blame-alike information to svn diff, so that for every changed line it includes which user and revision changed that line? For example, an annotate-diff comparing revisions 8-10 ...
Wouter Coekaerts's user avatar
4 votes
5 answers
6k views

Mac OS X diff tool for Microsoft Word docs?

I am using svn for version control and want to be able to compare 2 revisions of a MS Word doc side-by-side. I am aware of Araxis Merge but this converts the doc to text and compares which is more ...
user avatar