Comment #6 on issue 1065 by bernard3000: post-review file moved and modified to added dir
http://code.google.com/p/reviewboard/issues/detail?id=1065

This has to do with SVN diff limitations (to be fixed in SVN 1.8 potentially). But
post-commit *could* try to workaround it in the meantime.

SVN diff only shows modified file content (not directories, not filenames).

If you do a "SVN move" *without* modifying the file, "SVN diff" will not report the "changes". So you will only see "deleted content" -- and the new file -- since it was copied but not modified, will NOT be reported. The post-commit script -- uses the output of SVN diff to know which file to process -- it does not do a SVN status
to find what is really happening.



--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to