Sha256: 209e1a3e1a020161090f91bb0178b59b27ccb91e6cc339b3b7c546b09817d4ad

Contents?: true

Size: 211 Bytes

Versions: 3

Compression:

Stored size: 211 Bytes

Contents

module WebTranslateIt
  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

3 entries across 3 versions & 1 rubygems

Version Path
webtranslateit-safe-0.4.3 lib/webtranslateit/safe/svndump.rb
webtranslateit-safe-0.4.2 lib/webtranslateit/safe/svndump.rb
webtranslateit-safe-0.4.1 lib/webtranslateit/safe/svndump.rb