[ 
https://issues.apache.org/jira/browse/OFBIZ-11319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014916#comment-17014916
 ] 

Jacques Le Roux commented on OFBIZ-11319:
-----------------------------------------

Hi James,

With Git you have not a separation by repos for branches like with Svn. 

When you clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git you also 
get the R17 and R18 branches locally. 
This certainly explains it better than me : 
https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell ;)

So you simply {{[git checkout|https://git-scm.com/docs/git-checkout]}} (ie move 
a file pointer) the branch you want to backport too and then you {{[git 
cherry-pick|https://git-scm.com/docs/git-cherry-pick]}} the commit/s you want 
to backport from the trunk. And then you commit/push if you don't get 
conflicts, which are fortunately more rare with Git than Svn.

As I'm a big fan of UI tools, and I'm most of the time on Windows mostly for 
this reason, I use ToirtoiseGit for that. But the principle is the same.

I think this is a good simple example for you to familiarize with this process 
:) Don't hesitate If you need more help.

> processorder is submitted as GET instead of POST
> ------------------------------------------------
>
>                 Key: OFBIZ-11319
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11319
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: Trunk
>            Reporter: James Yong
>            Assignee: James Yong
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-11319_Plugins.patch, OFBIZ-11319_Plugins.patch
>
>
> During checkout of shopping cart, it is observed that the processorder of the 
> form action is submitted as GET which is incorrect. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to