I have a project on my localhost that is working, however on the production server it is falling over.
What I want to do is download the project off the server, and do a comparison over the two project directories to find out if anything is different.
Are there any programs out there that can do a diff on entire directories recursive?
I dont mind if it just tells me what files are different and I can do a manual diff on them.
I use kdiff3 for such comparison.