• 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: Xcode updating of source file modified time stamp
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode updating of source file modified time stamp


  • Subject: Re: Xcode updating of source file modified time stamp
  • From: Jens Alfke <email@hidden>
  • Date: Mon, 14 Sep 2009 10:10:25 -0700


On Sep 14, 2009, at 7:11 AM, Jonas Maebe wrote:

Mac programs generally don't overwrite an existing file when changing it, but save to a new file and then atomically exchange the old and new file. See e.g.https://developer.apple.com/mac/library/documentation/Carbon/Reference/File_Manager/Reference/reference.html#//apple_ref/c/func/FSExchangeObjects (FSExchangeObjects). I guess this Mozy program should listen for different kinds of events rather than only date/time changes to existing files.

TextEdit definitely uses overwriting saves, and TextMate probably does too, so this wouldn't explain the problem.

(If you really want to see what's going on at the filesystem level, run "sudo fs_usage Xcode".)

—Jens
 _______________________________________________
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

References: 
 >Xcode updating of source file modified time stamp (From: Stuart Malin <email@hidden>)
 >Re: Xcode updating of source file modified time stamp (From: Jonas Maebe <email@hidden>)

  • Prev by Date: Equivalent to a Win32 console application?
  • Next by Date: Re: Equivalent to a Win32 console application?
  • Previous by thread: Re: Xcode updating of source file modified time stamp
  • Next by thread: Equivalent to a Win32 console application?
  • Index(es):
    • Date
    • Thread