Class R10K::SVN::WorkingDir
In: lib/r10k/svn/working_dir.rb
Parent: Object

Manage an SVN working copy.

If SVN authentication is required, both username and password must be specified.

@api private @since 1.2.0

Methods

checkout   is_svn?   new   revision   root   update   url  

Included Modules

R10K::Util::Setopts R10K::Logging

Attributes

password  [R]  @!attribute [r] password
  @return [String, nil] The SVN password, if provided
  @api private
path  [R]  @attribute [r] path
  @return [Pathname] The full path to the SVN working directory
  @api private
username  [R]  @!attribute [r] username
  @return [String, nil] The SVN username, if provided
  @api private

Public Class methods

@param path [Pathname] @param opts [Hash]

@option opts [String] :username @option opts [String] :password

Public Instance methods

Is the directory at this path actually an SVN repository?

[Validate]