On Sep 1, 2011, at 13:52, Geoff Hoffman wrote: > I thought I would send this to the list to see if others have experienced > similar issues; and as a warning to look out for this scenario.
What this should serve as is a reminder to all developers to use "svn diff" (or GUI equivalent) every time before you commit, to make sure the changes you're about to commit are actually the ones you intended to make. I'm almost certain your developer is overwriting a newer file with an older file via his FTP client or IDE, and is not noticing because he's not checking the diff.