Skip to content

How does min revision work? #128

@gabyx

Description

@gabyx

If we have repo with 1000 revision and the rule

match /trunk/
  min revision 100
  repository Repo
  branch main
end match

which starts from min revision 100. The tool only adds the changes from revision numbers 100-1000.
So is it correct that any files are missing in Repo which where introduced in revision 0-100 ?

I do that because revision number 55 is corrupt. How can I get the full state also by only importing 100-1000 ?
Do I need to pre-fill the bare Repo with all files present in revision 99 ?

Thanks a lot for a quick answer.

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