Flowdock
method

use_svn?

Importance_0
v1.1.6 - Show latest stable - 0 notes - Class: RailsEnvironment
use_svn?() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/commands/plugin.rb, line 98
  def use_svn?
    require 'active_support/core_ext/kernel'
    silence_stderr {`svn --version` rescue nil}
    !$?.nil? && $?.success?
  end
Register or log in to add new notes.