Woden download from Github error

AK
Aik-Siong Koh
Sat, May 20, 2023 3:45 AM

Hi:

I opened Pharo 9.0 - 64bit image.
Executed

Metacello  new
baseline:  'WodenEngine';
repository:  'github://woden-engine/woden';
load

I got the following error:
NotFound: revspec 'master' not found

Please advise.
Thanks,
Aik-Siong Koh

Hi: I opened Pharo 9.0 - 64bit image. Executed Metacello new baseline: 'WodenEngine'; repository: 'github://woden-engine/woden'; load I got the following error: NotFound: revspec 'master' not found Please advise. Thanks, Aik-Siong Koh
MM
Milton Mamani Torres
Sat, May 20, 2023 9:00 AM

You can try

Metacello new
baseline: 'WodenEngine';
repository: 'github://woden-engine/woden:master';
load

El sáb, 20 may 2023 a las 5:45, Aik-Siong Koh (askoh@askoh.com) escribió:

Hi:

I opened Pharo 9.0 - 64bit image.
Executed

Metacello new
baseline: 'WodenEngine';
repository: 'github://woden-engine/woden';
load

I got the following error:
NotFound: revspec 'master' not found

Please advise.
Thanks,
Aik-Siong Koh

You can try Metacello new baseline: 'WodenEngine'; repository: 'github://woden-engine/woden:master'; load El sáb, 20 may 2023 a las 5:45, Aik-Siong Koh (<askoh@askoh.com>) escribió: > Hi: > > I opened Pharo 9.0 - 64bit image. > Executed > > Metacello new > baseline: 'WodenEngine'; > repository: 'github://woden-engine/woden'; > load > > I got the following error: > NotFound: revspec 'master' not found > > Please advise. > Thanks, > Aik-Siong Koh >
AK
Aik-Siong Koh
Sat, May 20, 2023 4:08 PM

Thanks. But I got the same error. Aik-Siong

Milton Mamani Torres wrote:

You can try
Metacello  new
baseline:  'WodenEngine';
repository:  'github://woden-engine/woden:master';
load

El sáb, 20 may 2023 a las 5:45, Aik-Siong Koh (<askoh@askoh.com
mailto:askoh@askoh.com>) escribió:

 Hi:

 I opened Pharo 9.0 - 64bit image.
 Executed

 Metacello  new
     baseline:  'WodenEngine';
     repository:  'github://woden-engine/woden';
     load

 I got the following error:
 NotFound: revspec 'master' not found

 Please advise.
 Thanks,
 Aik-Siong Koh
Thanks. But I got the same error. Aik-Siong Milton Mamani Torres wrote: > You can try > Metacello new > baseline: 'WodenEngine'; > repository: 'github://woden-engine/woden:master'; > load > > El sáb, 20 may 2023 a las 5:45, Aik-Siong Koh (<askoh@askoh.com > <mailto:askoh@askoh.com>>) escribió: > > Hi: > > I opened Pharo 9.0 - 64bit image. > Executed > > Metacello new > baseline: 'WodenEngine'; > repository: 'github://woden-engine/woden'; > load > > I got the following error: > NotFound: revspec 'master' not found > > Please advise. > Thanks, > Aik-Siong Koh >
BE
Bernardo Ezequiel Contreras
Sat, May 20, 2023 10:00 PM

i think there's an error in the baseline of Woden
the project github://ronsaldo/sysmel  has no master branch. it has a main
branch.
take a look at the stack trace.

On Sat, May 20, 2023 at 12:46 AM Aik-Siong Koh askoh@askoh.com wrote:

Hi:

I opened Pharo 9.0 - 64bit image.
Executed

Metacello new
baseline: 'WodenEngine';
repository: 'github://woden-engine/woden';
load

I got the following error:
NotFound: revspec 'master' not found

Please advise.
Thanks,
Aik-Siong Koh

--
Bernardo E.C.

Sent from a cheap desktop computer in South America.

i think there's an error in the baseline of Woden the project github://ronsaldo/sysmel has no master branch. it has a main branch. take a look at the stack trace. On Sat, May 20, 2023 at 12:46 AM Aik-Siong Koh <askoh@askoh.com> wrote: > Hi: > > I opened Pharo 9.0 - 64bit image. > Executed > > Metacello new > baseline: 'WodenEngine'; > repository: 'github://woden-engine/woden'; > load > > I got the following error: > NotFound: revspec 'master' not found > > Please advise. > Thanks, > Aik-Siong Koh > -- Bernardo E.C. Sent from a cheap desktop computer in South America.
BE
Bernardo Ezequiel Contreras
Sat, May 20, 2023 10:08 PM

try to report it. https://github.com/woden-engine/woden/issues

On Sat, May 20, 2023 at 7:00 PM Bernardo Ezequiel Contreras <
vonbecmann@gmail.com> wrote:

i think there's an error in the baseline of Woden
the project github://ronsaldo/sysmel  has no master branch. it has a main
branch.
take a look at the stack trace.

On Sat, May 20, 2023 at 12:46 AM Aik-Siong Koh askoh@askoh.com wrote:

Hi:

I opened Pharo 9.0 - 64bit image.
Executed

Metacello new
baseline: 'WodenEngine';
repository: 'github://woden-engine/woden';
load

I got the following error:
NotFound: revspec 'master' not found

Please advise.
Thanks,
Aik-Siong Koh

--
Bernardo E.C.

Sent from a cheap desktop computer in South America.

--
Bernardo E.C.

Sent from a cheap desktop computer in South America.

try to report it. https://github.com/woden-engine/woden/issues On Sat, May 20, 2023 at 7:00 PM Bernardo Ezequiel Contreras < vonbecmann@gmail.com> wrote: > i think there's an error in the baseline of Woden > the project github://ronsaldo/sysmel has no master branch. it has a main > branch. > take a look at the stack trace. > > On Sat, May 20, 2023 at 12:46 AM Aik-Siong Koh <askoh@askoh.com> wrote: > >> Hi: >> >> I opened Pharo 9.0 - 64bit image. >> Executed >> >> Metacello new >> baseline: 'WodenEngine'; >> repository: 'github://woden-engine/woden'; >> load >> >> I got the following error: >> NotFound: revspec 'master' not found >> >> Please advise. >> Thanks, >> Aik-Siong Koh >> > > > -- > Bernardo E.C. > > Sent from a cheap desktop computer in South America. > -- Bernardo E.C. Sent from a cheap desktop computer in South America.