|
Author |
Topic: code difference viewer (Read 350 times) |
|
amoeba
|
code difference viewer
« on: Mar 19th, 2004, 10:35pm » |
|
I'm stuck in shotgun-debugging mode on a project I'm working on (Flash, actually, don't ask). I have a version from last night that works and one from today which hangs after an arbitrary period of time. What I'd love is to be able to compare code from yesterday with the one from today and get a view of the differences. I just found CSDiff online, it's a free tool. It seems ok. Anyone have a better recommendation?
|
marius watz // amoeba http://processing.unlekker.net/
|
|
|
fry
|
Re: code difference viewer
« Reply #1 on: Mar 20th, 2004, 12:56am » |
|
need to finish getting this guy: http://acg.media.mit.edu/people/fry/revisionist/ into p5 for the history view.. i use codewarrior for visual diffing personally, macosx has a built in visual diff app (i don't recall the name) which seems ok, and there's also windiff for windows.
|
|
|
|
kevinP
|
Re: code difference viewer
« Reply #2 on: Mar 20th, 2004, 1:23am » |
|
There's good ol' diff. Not better, but quick and easy.
|
« Last Edit: Mar 20th, 2004, 1:25am by kevinP » |
|
Kevin Pfeiffer
|
|
|
amoeba
|
Re: code difference viewer
« Reply #3 on: Mar 20th, 2004, 4:46am » |
|
yeah, I had revisionist in mind as a sort of utopian ideal. managed to find my problem in the end, after hours of plucking at the code I realised the problem was in the data. knew about diff, CSDiff seems based on some of that code. in a way it solved my problem, since I realised that it couldn't possibly be the code. thanks guys!
|
« Last Edit: Mar 20th, 2004, 4:48am by amoeba » |
|
marius watz // amoeba http://processing.unlekker.net/
|
|
|
|