Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

unavailable secondary compressor #12

@Rast1234

Description

@Rast1234

Recent versions of xdelta3 apply some sort of secondary compression by default. xdelta-sharp clearly does not support this (throws exception about secondary compressor). I've spent couple hours fighting this issue, so i'm sharing my workaround for anyone who might be struggling with it.

Issue can be avoided by using -S argument of xdelta3 to disable secondary compression:

xdelta3 -e -S -s original_file modified_file output_patch

Might be worth mentioning in docs or in exception message itself?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions