The file-diffs tag has no wiki summary.
5
votes
2answers
105 views
Is there a file diff tool that allows for exceptions?
We currently use Beyond Compare 3.0 and I am quite pleased with it. However, it would be great if I could easily specify an exclusion for a specific one-time case. This is needed when I am doing a ...
1
vote
3answers
138 views
looking for a very good source code diff tool across directory structure
i have two root directories:
C:\sourcecode1
C:\sourceCode2
they are cuts of a source code tree at 2 different points in time (that was never stored in source control :( )
i need a tool that will ...
1
vote
1answer
243 views
Suppressing diffs for deleted files in git
I want to get a quick overview of the local changes in my repository, but I don't want a diff that shows deleted files, since every single line is a minus.
Basically, I want something like 'git diff ...
0
votes
1answer
115 views
Diffing two folders (like the diff tool in Linux) with Python
I'm trying to write a project that will have some autonomous components. One of these is the need to diff two folders and spit out the different files into an array of strings. Dircmp does part of ...
0
votes
0answers
57 views
Why the button “Tree Hierarchy” in Folder Diff of Perforce disabled?
sorry for my poor english. I have some problem by using Perforce.
Im using P4V, but dont know Perforce Server version.
There are often some files in our project that doesnt need to be ...