|
[ https://issues.apache.org/jira/browse/OFBIZ-11329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17030832#comment-17030832 ] Jacques Le Roux edited comment on OFBIZ-11329 at 2/7/20 3:36 PM: ----------------------------------------------------------------- Since you are interested in (simple version): {noformat} Jacques@LDLC MINGW64 /c/projectsASF/Git/ofbiz-framework (trunk) $ git pull First, rewinding head to replay your work on top of it... Applying: Improved: Updated plugins url in release17.12 Using index info to reconstruct a base tree... M build.gradle Falling back to patching base and 3-way merge... Auto-merging build.gradle CONFLICT (content): Merge conflict in build.gradle Staged 'build.gradle' using previous resolution. error: Failed to merge in the changes. hint: Use 'git am --show-current-patch' to see the failed patch Patch failed at 0001 Improved: Updated plugins url in release17.12 Resolve all conflicts manually, mark them as resolved with "git add/rm <conflicted_files>", then run "git rebase --continue". You can instead skip this commit: run "git rebase --skip". To abort and get back to the state before "git rebase", run "git rebase --abort". {noformat} Better solution: {noformat} git fetch origin git reset --hard origin/trunk {noformat} Then I got my stash, previous to backport, clean... pfew... was (Author: jacques.le.roux): Since you are interested in (simple version): {noformat} Jacques@LDLC MINGW64 /c/projectsASF/Git/ofbiz-framework (trunk) $ git pull First, rewinding head to replay your work on top of it... Applying: Improved: Updated plugins url in release17.12 Using index info to reconstruct a base tree... M build.gradle Falling back to patching base and 3-way merge... Auto-merging build.gradle CONFLICT (content): Merge conflict in build.gradle Staged 'build.gradle' using previous resolution. error: Failed to merge in the changes. hint: Use 'git am --show-current-patch' to see the failed patch Patch failed at 0001 Improved: Updated plugins url in release17.12 Resolve all conflicts manually, mark them as resolved with "git add/rm <conflicted_files>", then run "git rebase --continue". You can instead skip this commit: run "git rebase --skip". To abort and get back to the state before "git rebase", run "git rebase --abort". {noformat} Better solution: {noformat} git fetch origin git reset --hard origin/master {noformat} Then I got my stash, previous to backport, clean... pfew... > setUserTimeZone should ran only once based on error > --------------------------------------------------- > > Key: OFBIZ-11329 > URL: https://issues.apache.org/jira/browse/OFBIZ-11329 > Project: OFBiz > Issue Type: Bug > Components: framework, webpos > Affects Versions: Trunk > Reporter: Jacques Le Roux > Assignee: James Yong > Priority: Minor > Fix For: 17.12.01, 18.12.01 > > Attachments: OFBIZ-11329-plugins.patch, OFBIZ-11329.patch, OFBIZ-11329.patch > > > This will be useful when committing CSRF solution as explained in OFBIZ-11306 -- This message was sent by Atlassian Jira (v8.3.4#803005) |
| Free forum by Nabble | Edit this page |
