Menu

#1 svnb diff doesn't handle file moves properly in diffs

v1.0 (example)
open
nobody
5
2005-04-22
2005-04-22
Anonymous
No

If you svn move a file you can no longer diff between the
revisions.

Example:

Location:

/trunk/main/subproj

Rev File Description
5 foo.c Made some more changes
4 foo.c Moved foo.c from /trunk/main/proj
to /trunk/main/subproj
3 foo..c Made some other changes

If you try to compare 3 and 5 you get an error
apparently because it is expecting both revisions to live
in /trunk/main/subproj.

Discussion


Log in to post a comment.