vote up 2 vote down star
2

I know this has been asked before, so please close it and point me to the correct post with the answer that I am looking for.

With that said, I'm trying to compare two relatively long css files to determine where any changes were made. I'm looking for an easy tool that will allow me to have both files open side-by-side, and highlight the differences. I know that there is Beyond Compare, but it costs money and I'm looking for something open-source since the project I'm working on is open-source as well. ;) I guess it should also be said that I'll also want to use it a lot for PHP files as well. Is my best bet to just bite the bullet and buy Beyond Compare? I haven't been able to find anything else with my google-foo.

Duplicate of this question.

flag

closed as exact duplicate by Vinko Vrsalovic Oct 21 '08 at 16:28

8 Answers

vote up 7 vote down check

How about Best Diff Tool?

link|flag
vote up 6 vote down

http://winmerge.org/

link|flag
I use this as well. It is very nice! – John Chuckran Oct 21 '08 at 16:18
Yes, very powerful. – Michael Haren Oct 21 '08 at 16:20
vote up 1 vote down

SourceGear's DiffMerge is very good. Not open source, but very good.

link|flag
vote up 1 vote down

Try tortoisesvn. It's svn client, but has diff/merge tool in it. Also, you can use Total Commander, it has file compare.

link|flag
vote up 1 vote down

What environment are you running on?

For UNIX, xdiff is good. You could consider using trac to manage your project; it has some good web-based diff displays built-in.

link|flag
vote up 1 vote down

ConText

lightweight text editor, syntax highlighting for a whole slew of languages (css/HTML/PHP included), diff tool

link|flag
vote up 0 vote down

Previously asked here

link|flag
vote up 0 vote down

@RoBorg, thanks! That's exactly what I was looking for. I knew it had to be somewhere I just was using the wrong search terms.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.