On 6/11/2010 7:09 AM, Manuel Pégourié-Gonnard wrote:
Consider the following scenario: someone copies a directory, then commit. Inside
this directory, there are a few files with the $Rev$ keyword set to be expanded.
Another user updates his working copy to the same revision. Both look at the
expansion of the $Rev$ keyword in the files: they are not the same.
I'm quite surprised, since I would have expected this to be independent of the
working copy used (as long as it's up-to-date, obviously).
After committing, your working copy is not up-to-date. You need to
explicitly call svn update.
http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.mixedrevs.update-commit
-Mike