Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does min revision work? #128

Open
gabyx opened this issue Jul 1, 2021 · 2 comments
Open

How does min revision work? #128

gabyx opened this issue Jul 1, 2021 · 2 comments

Comments

@gabyx
Copy link
Contributor

gabyx commented Jul 1, 2021

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.

@tnyblom
Copy link
Contributor

tnyblom commented Jul 2, 2021

Hi,
You need to start processing at the first revision touching the paths you are interested in.
To get around the bad revision, ignore that specific revision.

@gabyx
Copy link
Contributor Author

gabyx commented Jul 2, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants