Pivotal Labs

Subversion gotcha - deleted folders not shown in diff by default

edit Posted by Chad Woolley on Tuesday March 20, 2007 at 06:47PM

Say you have two tags you want to diff, and one has a deleted directory. If you do an 'svn diff', you won't see the deleted directory UNLESS you give the '--summarize' option:

svn diff --summarize http://host/project/tags/old_version http://host/project/tags/old_version

Comments

No comments have been posted yet.

Add a Comment (MarkDown available)