At 08:30 PM 12/16/2005 +0100, Martin v. Löwis wrote: >Phillip J. Eby wrote: > > The "Revision" from "svn info" isn't reliable; it doesn't actually relate > > to what version of code is in the subtree. It can change when nothing has > > changed. > >That is not true. It does relate - it is the revision that was current >when "svn up" was last done.
But you can also have more than one revision number that represents the *exact same code*, with no changes at all. > This *does* allow you to tell what changed >last, It can also give you a false indicator of change, when nothing has in fact changed. Don't believe me? Check in a change to a sandbox project or a branch, and go see if the Python trunk still has the same "revision" afterwards. I'm rather baffled as to why everyone seems so insistent on not using "Last Changed Rev" and "-R", given that the information is demonstrably a 1:1 mapping with actual changes to the project, while "Revision" without -R is demonstrably *not* a 1:1 mapping with actual changes to the project. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com