• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Better diff tool?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Better diff tool?


  • Subject: Re: Better diff tool?
  • From: Shawn Erickson <email@hidden>
  • Date: Thu, 28 Apr 2005 20:04:02 -0700


On Apr 28, 2005, at 7:48 PM, Markian Hlynka wrote:

I was really (really, really) disappointed with XCode's file difference tool. It's pretty basic. The big functional disappointment is that it can't ignore CVS file tags (e.g.: "$Revision: 1.6$") so every file is flagged as different.


Yeah. That is pretty bloody annoying, isn't it? I always strip those particular markers out of source because they are really terribly useless unless your software development process is otherwise utterly broken ...



Yep, that needed to be said. I believe that they are used to show off. See! I'm using code versioning.


In any case, it is easy to fix:

    perl -pi -e 's/\$Id:.*\$//' *.[hcm]


er... I'm confused. I use CVS, but I don't see any tags _within my files....?!

CVS doesn't add them. They are called keywords. Users can add them to the files if the want and if found then CVS will insert the data requested by the keyword at the time of checkin.


See the following for more information...
<http://www.gnu.org/software/cvs/manual/html_chapter/cvs_17.html#SEC77>

-Shawn

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Better diff tool?
      • From: Bill Bumgarner <email@hidden>
References: 
 >Better diff tool? (From: "Zacharias J. Beckman" <email@hidden>)
 >Re: Better diff tool? (From: Bill Bumgarner <email@hidden>)
 >Re: Better diff tool? (From: Marco Scheurer <email@hidden>)
 >Re: Better diff tool? (From: Markian Hlynka <email@hidden>)

  • Prev by Date: Re: Better diff tool?
  • Next by Date: Re: Better diff tool?
  • Previous by thread: Re: Better diff tool?
  • Next by thread: Re: Better diff tool?
  • Index(es):
    • Date
    • Thread