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”).

Should this command run an update or do people want to run this command after an update?? Nah… an update can be really slow… and they may have just done one…

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



1566
1567
1568
# File 'lib/subwrap/svn_command.rb', line 1566

def self.extended(base)
  base.extend ShowOrBrowseRevisions
end