Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FileMerge Replacements



1. download TextWrangler
2. create the following shell file
#!/bin/sh
twdiff  -diff "$1" "$2"

where twdiff is commandline tool that TextWrangler will install

3. set xcode preferences to that shell (make sure that permissions of that shell has executable flag)


or download free version of the CodeWarrior 10 version and create the following script

#!/bin/sh
cmdide -diff "$1" "$2"

(put cmdide utility in your path)


On Feb 25, 2006, at 3:57 PM, Andrew Ebling wrote:

I've only used FileMerge a few times (the source code merging tool that comes with xcode), but I'm already looking for something a bit smarter to replace it. I'm of the opinion that a file merging tool should make the task easier than doing it completely by hand.

I'm very keen on a Windows utility called Beyond Compare. Does anyone know of something similar for OS X? I notice that xcode can be configured to use BBEdit instead of FileMerge, but at 199USD it is out of my price range - something under 60USD would be more appropriate.

thanks,

Andy

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

Dmitry Markman

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden
References: 
 >FileMerge Replacements (From: Andrew Ebling <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.