Class: SvnAuto::List

Inherits:
Command show all
Defined in:
lib/svnauto/commands/list.rb

Constant Summary

Constants inherited from Command

Command::VALID_SET_KEYS

Instance Method Summary collapse

Methods inherited from Command

commands, force?, inherited, options, reset!

Instance Method Details

#run(project, args) ⇒ Object



36
37
38
# File 'lib/svnauto/commands/list.rb', line 36

def run (project, args)
  Svn.list("#{project.repository.url}/#{args.join('/')}")
end