Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Eclipse/SWT source repositories?

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-swt@xxxxxxxxxxx> 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@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top