Module: Subversion::SvnCommand::ExternalsItems

Defined in:
lib/svn-command/svn_command.rb

Overview

Prints out all the externals items for the given directory. These are the actual externals listed in an svn:externals property. Example:

vendor/a
vendor/b

Where ‘vendor’ is an ExternalsContainer containing external items ‘a’ and ‘b’. (Use the -o/–omit-repository-path option if you just want the external paths/names without the repository paths)

Instance Method Summary collapse

Instance Method Details

#__omit_repository_pathObject Also known as: __omit_repository, _o, _name_only



1010
1011
1012
# File 'lib/svn-command/svn_command.rb', line 1010

def __omit_repository_path
  @omit_repository_path = true
end