[Mono-devel-list] Re: [Mono-patches] r36124 - trunk/mono/mono/mini
Ben Collins-Sussman
sussman at collab.net
Tue Nov 16 23:00:31 EST 2004
On Nov 16, 2004, at 6:02 PM, Ben Maurer wrote:
>
> Feel free to add features.
What happens when somebody uses 'svn mv' to rename a file, or move it
to another directory? :-)
You should be invoking 'svn log' with the --verbose switch (so that
changed paths show up in the list) and then do your parsing based on
the specific changed-path, not by grepping for (filename) in the
message body. If you do it that way, then you'll be able to see
renames happen and "follow" them to a different locations in history.
Just a suggestion.
More information about the Mono-devel-list
mailing list