Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Question about cloning sample projects

https://github.com/eclipse/che/issues/11012


On Sun, Sep 9, 2018 at 3:49 PM, Yevhen Ivantsov <yivantso@xxxxxxxxxx> wrote:
I think it's a known bug

On Sun, Sep 9, 2018, 14:33 Andrew McLachlan <andrew.mclachlan@xxxxxx> wrote:

Hi,

I  have a quick query about the use of Git for cloning sample projects.

I have a Git branch called [develop/feature-1.1.0] but it seems that I have to use [feature-1.1.0] as the “branch” value minus the [develop] portion.

For example,

"source": {
      "type": "git",
      "location": "https://<url to git repo>.git",
      "parameters": {
        "branch”:"feature-1.1.0"
      }
    },

If I use “develop/feature-1.1.0”, then the Git clone does not work.

Is this a bug in the Che Git plugin(s) or if there a subtle/limitation with using a Git branches in the cloning of a sample project?

Thanks in advance,

Andrew
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev

_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



Back to the top