-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conflict on module B, when migrating module A #21
Comments
Hello, to me this is the expected behavior, maybe this feature needs a better documentation/explanation. If a module has to be migrated,
Now regarding the PR you are trying to port (OCA/server-env#141), it is about a "copier update", maintenance tasks performed on almost all repositories from time to time, and it is generally something you don't want to port through Does this answer your question? |
One thing to improve in this regard: if the commit to port is updating several modules, iterate on each path. This will results in several similar commits (same messages, dates etc,) but with different updated paths, like it's already the case with the usual |
Context
Try to port the module
pos_environment
(https://github.com/OCA/server-env/tree/12.0/pos_environment) from 12.0 to 16.0Command executed :
oca-port --upstream=OCA --fork=legalsylvain --verbose 12.0 16.0 pos_environment
Error :
Analysis
There are conflict in other module.
server_environment
still migrated and that I don't want to migrate.I was expecting that the cherry pick of the commits was filtering the path of the module I want to migrate.
I don't have the issue if I use the "traditional" Method. (Thttps://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0#technical-method-to-migrate-a-module-from-150-to-160-branch)
Did I missed something ?
The text was updated successfully, but these errors were encountered: