Class: Cvs (Repository)

Overview
Module Structure
Class Hierarchy
Class Methods
Cvs.human_attribute_name / 2
Cvs.scm_adapter_class
Cvs.scm_name
Instance Methods
Cvs#entry / 2
Cvs#entries / 2
Cvs#cat / 2
Cvs#annotate / 2
Cvs#diff / 3
Cvs#fetch_changesets
Cvs#next_revision_number
is a submodule of
class: Repository   
inherits from
  Repository   
has properties
class method: human_attribute_name / 2   
class method: scm_adapter_class   
class method: scm_name   
method: entry / 2   
method: entries / 2   
method: cat / 2   
method: annotate / 2   
method: diff / 3   
method: fetch_changesets   
method: next_revision_number   
is defined at
#21 in app/models/repository/cvs.rb  

Overview

Module Structure

  module: <Toplevel Module>
  class: Repository
class: Cvs     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActiveRecord )
has properties
class method: find_ids / 1   
Repository
includes
  Ciphering ( Redmine )
has properties
method: repo_create_validation   
class method: human_attribute_name / 2   
alias: attributes_without_extra_info= attributes   
method: attributes= / 2   
method: url= / 1   
method: root_url= / 1   
method: password   
method: password= / 1   
method: scm_adapter   
method: scm   
method: scm_name (1/2)   
method: name   
method: identifier_param   
method: <=> / 1   
class method: find_by_identifier_param / 1   
method: merge_extra_info / 1   
method: report_last_commit   
method: supports_cat?   
method: supports_annotate?   
method: supports_all_revisions?   
method: supports_directory_revisions?   
method: supports_revision_graph?   
method: entry / 2   
method: entries / 2   
method: branches   
method: tags   
method: default_branch   
method: properties / 2   
method: cat / 2   
method: diff / 3   
method: diff_format_revisions / 3   
method: relative_path / 1   
method: find_changeset_by_name / 1   
method: latest_changeset   
method: latest_changesets / 3   
method: scan_changesets_for_issue_ids (1/2)   
method: committers   
method: committer_ids= / 1   
method: find_committer_user / 1   
method: repo_log_encoding   
class method: fetch_changesets   
class method: scan_changesets_for_issue_ids (2/E)   
class method: scm_name (2/E)   
class method: available_scm   
class method: factory / 2   
class method: scm_adapter_class   
class method: scm_command   
class method: scm_version_string   
class method: scm_available   
method: set_as_default?   
method: check_default   
method: clear_changesets   
Cvs ( Repository )
has properties
class method: human_attribute_name / 2   
class method: scm_adapter_class   
class method: scm_name   
method: entry / 2   
method: entries / 2   
method: cat / 2   
method: annotate / 2   
method: diff / 3   
method: fetch_changesets   
method: next_revision_number   

Class Methods

Cvs.human_attribute_name / 2

#24 in app/models/repository/cvs.rb

human_attribute_name ( attribute_key_name ,
  *args )

Cvs.scm_adapter_class

#34 in app/models/repository/cvs.rb

scm_adapter_class

Cvs.scm_name

#38 in app/models/repository/cvs.rb

scm_name

Instance Methods

Cvs#entry / 2

#42 in app/models/repository/cvs.rb

entry ( path=nil ,
  identifier=nil )

Cvs#entries / 2

#47 in app/models/repository/cvs.rb

entries ( path=nil ,
  identifier=nil )

Cvs#cat / 2

#72 in app/models/repository/cvs.rb

cat ( path ,
  identifier=nil )

Cvs#annotate / 2

#81 in app/models/repository/cvs.rb

annotate ( path ,
  identifier=nil )

Cvs#diff / 3

#90 in app/models/repository/cvs.rb

diff ( path ,
  rev ,
  rev_to )

Cvs#fetch_changesets

#119 in app/models/repository/cvs.rb

fetch_changesets

Cvs#next_revision_number

#197 in app/models/repository/cvs.rb

next_revision_number