SitePoint Sponsor

User Tag List

Results 1 to 4 of 4

Thread: Software for line by line analysis

  1. #1
    SitePoint Member
    Join Date
    Jul 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Software for line by line analysis

    I've got some similar php files that I need to analyze to find the differences..I've done some searching, but haven't been able to quite find what I'm looking for.

    I know it exists, but does anyone know of some software off the top of their head that can take 2 almost identical php files and show the differences between the two?

  2. #2
    Robert Wellock silver trophybronze trophy
    SitePoint Award Recipient xhtmlcoder's Avatar
    Join Date
    Apr 2002
    Location
    A Maze of Twisty Little Passages
    Posts
    6,242
    Mentioned
    51 Post(s)
    Tagged
    0 Thread(s)
    There are quite a lot of tools that can compare files; some more specific than others. Though a popular open source tool for comparing files on Windows is WinMerge: http://winmerge.org/
    };-) http://www.xhtmlcoder.com/
    Thinking Web: Voices of the Community

    > March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?

  3. #3
    SitePoint Mentor silver trophybronze trophy
    SitePoint Award Recipient Mikl's Avatar
    Join Date
    Dec 2011
    Location
    Edinburgh, Scotland
    Posts
    1,020
    Mentioned
    37 Post(s)
    Tagged
    0 Thread(s)
    Possibly the best-known tool in this category is Beyond Compare. See http://www.scootersoftware.com (But I don't have any personal experience of it.)

    Mike

  4. #4
    Hosting Advisor silver trophybronze trophy
    SitePoint Award Recipient cpradio's Avatar
    Join Date
    Jun 2002
    Location
    Ohio
    Posts
    2,803
    Mentioned
    44 Post(s)
    Tagged
    0 Thread(s)
    I personally like both WinMerge and BeyondCompare. I've used both, never really had issues with either of them. I've also used KDiff on linux, diff (the command line) on linux, and a few lesser knowns that I can't quite remember the names of.

    So pick either one, try them both, and then go with the one you like best. But I'll at least say, both were acceptable in my usage of them (and continued usage of them).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •