Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Allow using file names longer than 100 characters #19

@lanej

Description

@lanej

POSIX tar does not allow file names longer 100 characters. GNU tar does allow for longer than 100 character filenames. ruby's zlib implementation matches the POSIX standard.

Many VCR cassette names use a combination of file name and test/example name which often greatly exceed 100 characters. This forces downstream developers to obfuscate filenames which make them harder to use. They also need to understand that blockbuster is using a specific method of compression which leaks implementation details downstream.

The easiest solution to this would be to write some sort of mapping for individual files from there hashsum to their real filename. This gets slightly more complicated when you consider deltas may re-write that mapping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions