Loading a baseline locally

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Loading a baseline locally

Uko2
Hi,

is it possible to load the baseline that is in a local repo? Because when I try to do that, I get: Could not resolve: <pakagename>…

I need to test how the configuration works and it looks like a cannot do that if I have not committed it.

Uko
Reply | Threaded
Open this post in threaded view
|

Re: Loading a baseline locally

Thierry Goubier
Can you list the command you are using as Metacello code?

I tried a few fancy things at one point with multiple repositories and baselines, and Metacello gave me that power, but not in the way I expected (at all).

Thierry

2015-10-27 9:54 GMT+01:00 Yuriy Tymchuk <[hidden email]>:
Hi,

is it possible to load the baseline that is in a local repo? Because when I try to do that, I get: Could not resolve: <pakagename>…

I need to test how the configuration works and it looks like a cannot do that if I have not committed it.

Uko

Reply | Threaded
Open this post in threaded view
|

Re: Loading a baseline locally

Uko2
I inspect `BeselineOfQualityAssistant project` then in versions presentation I select the one and only baseline version and send `load` to it. 

On 27 Oct 2015, at 10:52, Thierry Goubier <[hidden email]> wrote:

Can you list the command you are using as Metacello code?

I tried a few fancy things at one point with multiple repositories and baselines, and Metacello gave me that power, but not in the way I expected (at all).

Thierry

2015-10-27 9:54 GMT+01:00 Yuriy Tymchuk <[hidden email]>:
Hi,

is it possible to load the baseline that is in a local repo? Because when I try to do that, I get: Could not resolve: <pakagename>…

I need to test how the configuration works and it looks like a cannot do that if I have not committed it.

Uko


Reply | Threaded
Open this post in threaded view
|

Re: Loading a baseline locally

gcotelli
Maybe something like: 
Metacello new
  baseline: 'QualityAssistant';
  repository: 'filetree://REPO_LOCATION_IN_DISK';
  load

On Tue, Oct 27, 2015 at 7:25 AM, Yuriy Tymchuk <[hidden email]> wrote:
I inspect `BeselineOfQualityAssistant project` then in versions presentation I select the one and only baseline version and send `load` to it. 

On 27 Oct 2015, at 10:52, Thierry Goubier <[hidden email]> wrote:

Can you list the command you are using as Metacello code?

I tried a few fancy things at one point with multiple repositories and baselines, and Metacello gave me that power, but not in the way I expected (at all).

Thierry

2015-10-27 9:54 GMT+01:00 Yuriy Tymchuk <[hidden email]>:
Hi,

is it possible to load the baseline that is in a local repo? Because when I try to do that, I get: Could not resolve: <pakagename>…

I need to test how the configuration works and it looks like a cannot do that if I have not committed it.

Uko



Reply | Threaded
Open this post in threaded view
|

Re: Loading a baseline locally

Thierry Goubier


2015-10-27 12:36 GMT+01:00 Gabriel Cotelli <[hidden email]>:
Maybe something like: 
Metacello new
  baseline: 'QualityAssistant';
  repository: 'filetree://REPO_LOCATION_IN_DISK';
  load

That one certainly works, so that must be something else.

(i.e. if you load a baseline via a github:// url, then this code is used).

Thierry
 
On Tue, Oct 27, 2015 at 7:25 AM, Yuriy Tymchuk <[hidden email]> wrote:
I inspect `BeselineOfQualityAssistant project` then in versions presentation I select the one and only baseline version and send `load` to it. 

On 27 Oct 2015, at 10:52, Thierry Goubier <[hidden email]> wrote:

Can you list the command you are using as Metacello code?

I tried a few fancy things at one point with multiple repositories and baselines, and Metacello gave me that power, but not in the way I expected (at all).

Thierry

2015-10-27 9:54 GMT+01:00 Yuriy Tymchuk <[hidden email]>:
Hi,

is it possible to load the baseline that is in a local repo? Because when I try to do that, I get: Could not resolve: <pakagename>…

I need to test how the configuration works and it looks like a cannot do that if I have not committed it.

Uko




Reply | Threaded
Open this post in threaded view
|

Re: Loading a baseline locally

Uko2
Thanks, it worked!

On 27 Oct 2015, at 14:45, Thierry Goubier <[hidden email]> wrote:



2015-10-27 12:36 GMT+01:00 Gabriel Cotelli <[hidden email]>:
Maybe something like: 
Metacello new
  baseline: 'QualityAssistant';
  repository: '<a href="filetree://REPO_LOCATION_IN_DISK'" class="">filetree://REPO_LOCATION_IN_DISK';
  load

That one certainly works, so that must be something else.

(i.e. if you load a baseline via a github:// url, then this code is used).

Thierry
 
On Tue, Oct 27, 2015 at 7:25 AM, Yuriy Tymchuk <[hidden email]> wrote:
I inspect `BeselineOfQualityAssistant project` then in versions presentation I select the one and only baseline version and send `load` to it. 

On 27 Oct 2015, at 10:52, Thierry Goubier <[hidden email]> wrote:

Can you list the command you are using as Metacello code?

I tried a few fancy things at one point with multiple repositories and baselines, and Metacello gave me that power, but not in the way I expected (at all).

Thierry

2015-10-27 9:54 GMT+01:00 Yuriy Tymchuk <[hidden email]>:
Hi,

is it possible to load the baseline that is in a local repo? Because when I try to do that, I get: Could not resolve: <pakagename>…

I need to test how the configuration works and it looks like a cannot do that if I have not committed it.

Uko