Sha256: 94ab2025f5243fb0455ae616af84080686886746194ccd2b18969432b9d71836

Contents?: true

Size: 205 Bytes

Versions: 1

Compression:

Stored size: 205 Bytes

Contents

module Astrails
  module Safe
    class Svndump < Source

      def command
        "svnadmin dump #{config[:options]} #{config[:repo_path]}"
      end

      def extension; '.svn'; end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
akupchanko-astrails-safe-0.3.1 lib/astrails/safe/svndump.rb