Hi,
On sunnuntai 09 tammikuu 2011, Mark Duckworth wrote:
"Check out the file again" means that there *can* be changes done
& commited to the repository in the meanwhile. Always diffing&
reviewing the changes before commit is good practice, then you don't
forget it.
Maybe we should convert to subversion? I'm pretty sure subversion would
realize that there were changes and yell at you.
No version control can do that. If you copy your older revision (with your
modifications) on top of a newer revision (with unrelated changes), version
control is happy as the file you modified (by overwriting) was up to date.