You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the sync -u flow the repo source tuples for the initial and new sources are compared. Items that are acceptable to change such as branch, sparse checkout status, etc... are used in this calculation causing the source to be erroneously identified as different and raising a manifest changed exception
The text was updated successfully, but these errors were encountered:
In the sync -u flow only the repository defining characteristics
of a repo_source tuple should be used to determine whether the
initial and new source are the same. This change ensures that
only the remote name, url and local root are compared.
Fixestianocore#135
Signed-off-by: Ashley E Desimone <[email protected]>
In the sync -u flow only the repository defining characteristics
of a repo_source tuple should be used to determine whether the
initial and new source are the same. This change ensures that
only the remote name, url and local root are compared.
Fixestianocore#135
Signed-off-by: Ashley E Desimone <[email protected]>
Reviewed-by: Kevin Sun <[email protected]>
In the sync -u flow only the repository defining characteristics
of a repo_source tuple should be used to determine whether the
initial and new source are the same. This change ensures that
only the remote name, url and local root are compared.
Fixes#135
Signed-off-by: Ashley E Desimone <[email protected]>
Reviewed-by: Kevin Sun <[email protected]>
In the sync -u flow the repo source tuples for the initial and new sources are compared. Items that are acceptable to change such as branch, sparse checkout status, etc... are used in this calculation causing the source to be erroneously identified as different and raising a manifest changed exception
The text was updated successfully, but these errors were encountered: