# File lib/r10k/svn/working_dir.rb, line 48
      def is_svn?
        dot_svn = @path + '.svn'
        dot_svn.exist?
      end