Returns:
22 23 24 25 26 27
# File 'fastlane/lib/fastlane/actions/get_build_number_repository.rb', line 22 def self.is_git_svn? Actions.sh('git svn info') return true rescue return false end