Module: Subversion::SvnCommand::WhatsNew

Defined in:
lib/subwrap/svn_command.rb

Overview


This is designed to be a convenient replacement to the svn update command for those who wish to not only see a list of which files were updated as the update occurs but also wish to see *what changed* for each of those files. So this command will effectively do a diff on each updated file and show you what has changed (= “what’s new”).