> > I frequently copy my source code to and from my mac-formatted disks to
> > disks formatted with NTFS...
[quoted text clipped - 14 lines]
>
> -- Chris
I second this. At home, I check in to my personal SCM multiple times per
work session, and I make frequent use of Xcode's "compare" command (on
its contextual menu when a text file is frontmost) that compares the
current state of the file with its most recent checked-in version. (The
compare button on the SCM panel of the "Get Info" window of the file
lets you compare with any previous checked-in version.)
If you are copying source from machine to machine, you NEED SCM. You are
doing the very act that SCMs were invented to help with (well, one of
them.)
Michael Ash - 28 Sep 2007 17:07 GMT
> I second this. At home, I check in to my personal SCM multiple times per
> work session, and I make frequent use of Xcode's "compare" command (on
> its contextual menu when a text file is frontmost) that compares the
> current state of the file with its most recent checked-in version. (The
> compare button on the SCM panel of the "Get Info" window of the file
> lets you compare with any previous checked-in version.)
Thirded. SCM is like a backpack: it means you're carrying even *more*
stuff (since you have to learn and use the SCM system) but it makes
everything else so much easier to carry. In the long run it will save you
a vast amount of time, even if you only ever work alone on a single
computer.
For anyone reading this who does not yet use SCM, I heartily recommend
that you stop what you're doing and go obtain and learn svn, right now.
You'll thank me for it later.

Signature
Michael Ash
Rogue Amoeba Software