Assuming you can't use Ed's suggestion, the link I sent you before gives
you clone command to use.

e.g.

git clone "https://git.eclipse.org/r/platform/eclipse.platform.swt.binaries";
&& (cd "eclipse.platform.swt.binaries" && mkdir -p .git/hooks && curl -Lo
`git rev-parse --git-dir`/hooks/commit-msg
https://git.eclipse.org/r/tools/hooks/commit-msg; chmod +x `git rev-parse
--git-dir`/hooks/commit-msg)

Jonah

On Thu., Dec. 9, 2021, 07:29 Thomas Singer, <ts-...@syntevo.com> wrote:

> I somehow found now this page:
>
> <
> https://git.eclipse.org/c/gerrit/platform/eclipse.platform.swt.binaries.git/
> >
>
> but when trying to clone from
>
> <
> https://git.eclipse.org/r/gerrit/platform/eclipse.platform.swt.binaries.git
> >
>
> it fails:
>
> > $ git clone
> https://git.eclipse.org/c/gerrit/platform/eclipse.platform.swt.binaries.git/
> > Cloning into 'eclipse.platform.swt.binaries'...
> > fatal: repository '
> https://git.eclipse.org/c/gerrit/platform/eclipse.platform.swt.binaries.git/'
> not found
>
> --
> Best regards,
> Thomas Singer
> =============
> syntevo GmbH
> www.syntevo.com
>
>
> On 2021-12-09 13:21, Thomas Singer wrote:
> > Hi,
> >
> > Where can I find the source code repositories for Eclipse, especially
> > for org.eclipse.swt/swt.binaries? The eclipse.org website is extremely
> > confusing and even Google did not help me.
> >
> > Thanks in advance.
> >
> _______________________________________________
> platform-dev mailing list
> platform-dev@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/platform-dev
>
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to