Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Project Comparison Tool [closed]

I facing a problem, on tracking changes made by other developers.

Note: SVN is not used for some reasons.

So, is there any better way apart from individual file comparison using kDiff. This is too tiresome for large number of files.

Such as looking for entire Project's Comparison, for projects created in Xcode.

Thanks.

like image 796
NNikN Avatar asked Jun 10 '26 00:06

NNikN


1 Answers

You can use FileMerge that comes as part of the Xcode package. This will take two directories and compare the contents of the trees rooted at that point showing files only in one tree, that differ in the two trees, etc. For differing files you get a standard visual diff. This should give you what you need quickly and easily, we actually use it in conjunction with svn to compare branches, check merges, etc.

like image 180
CRD Avatar answered Jun 12 '26 14:06

CRD



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!