Class: Perforce2Svn::Environment

Inherits:
Object
  • Object
show all
Includes:
Choosy::Terminal
Defined in:
lib/perforce2svn/environment.rb

Instance Method Summary collapse

Instance Method Details

#check!Object



8
9
10
11
12
13
14
# File 'lib/perforce2svn/environment.rb', line 8

def check!
  check_svnadmin
  check_svnlib
  check_perforce
  check_p4lib
  check_p4_liveness
end