Hi again, Now I made a small video on how to use Versionner to help you manage your releases and commits. This is new stuff, so you will need latest Pharo 5 to use it, alternatively you can install latest Versionner into Pharo 4 (I don’t know how it will work on Pharo 3, you’ll probably need to load Glamour as well others). In Pharo 4, you can install it executing: Gofer it smalltalkhubUser: 'PharoExtras' project: 'Versionner'; configuration; loadVersion: '2.12.2'. cheers, Esteban |
I forget to tell that commit tool is still a beta.
part of the purpose of this videos is to encourage you to use them and provide feedback and enhancement requests (for example Ben already asked for the possibility to make diffs… I’m working on it). Esteban
|
In reply to this post by EstebanLM
Awesome job, Esteban! This is highly useful. Doru On Thu, Apr 30, 2015 at 3:31 PM, Esteban Lorenzano <[hidden email]> wrote:
|
yes it is! <img src="data:image/gif;base64,R0lGODlhEgASAPQfAMKmMq6qpuPQHKOGBqGVjPXnLO/v7r+qTnJeSPPwWdK+H8OrGsjHxWpTEsS8nfbYEPryR+DYurebE/r6+v79cf32N4h1WtjV07qfLsq2at7SMnljE9XDMVI9Df77WgAAACH5BAUAAB8ALAAAAAASABIAQAXU4CeKU2mWo2hIVOUW8CMIT+1JxjhdzgEsC8DBcZmkJgcFBcLhuJoQiuJgnDgWHkHjwigxLg2FZ+EwkjISToJCSXAkGfMHqfG4Op17vuLRUFcJCwgWhIWECBgQOHMXAAoJFQsbAwsVCQoARSlzEQcSAwMSBxFyIwYYCwkeEKwQHoEYOZwsEBUNe7cVURKkgLUVGw0uwS4QCTgrFAUcNDXODwsCigYGBxq2BAwBFxcBDATCfgYT1WICGwTc4AIeU+MqFwcLGq6rGgsHF7JHBlwM//pKhQAAOw==" data-mce-src="data:image/gif;base64,R0lGODlhEgASAPQfAMKmMq6qpuPQHKOGBqGVjPXnLO/v7r+qTnJeSPPwWdK+H8OrGsjHxWpTEsS8nfbYEPryR+DYurebE/r6+v79cf32N4h1WtjV07qfLsq2at7SMnljE9XDMVI9Df77WgAAACH5BAUAAB8ALAAAAAASABIAQAXU4CeKU2mWo2hIVOUW8CMIT+1JxjhdzgEsC8DBcZmkJgcFBcLhuJoQiuJgnDgWHkHjwigxLg2FZ+EwkjISToJCSXAkGfMHqfG4Op17vuLRUFcJCwgWhIWECBgQOHMXAAoJFQsbAwsVCQoARSlzEQcSAwMSBxFyIwYYCwkeEKwQHoEYOZwsEBUNe7cVURKkgLUVGw0uwS4QCTgrFAUcNDXODwsCigYGBxq2BAwBFxcBDATCfgYT1WICGwTc4AIeU+MqFwcLGq6rGgsHF7JHBlwM//pKhQAAOw==" id="DWT2421" data-zim-uri="DWT2421"> Thanks Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 San Miguel de Tucumán De: "Tudor Girba" <[hidden email]> Para: "Any question about pharo is welcome" <[hidden email]> CC: "Pharo Development List" <[hidden email]> Enviados: Jueves, 30 de Abril 2015 17:02:01 Asunto: Re: [Pharo-dev] [Pharo-users] [ANN] Screencast on Versionner (Part 2) Awesome job, Esteban! This is highly useful. Doru On Thu, Apr 30, 2015 at 3:31 PM, Esteban Lorenzano <[hidden email]> wrote:
-- undefined (472 bytes) Download Attachment |
In reply to this post by EstebanLM
Thanks!!! 2015-04-30 10:31 GMT-03:00 Esteban Lorenzano <[hidden email]>:
|
Esteban, Versionner menu options in Monticello does not work in pharo 4.0. I am right? Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 San Miguel de Tucumán De: "Gastón Dall' Oglio" <[hidden email]> Para: "Any question about pharo is welcome" <[hidden email]> Enviados: Jueves, 30 de Abril 2015 17:49:34 Asunto: Re: [Pharo-users] [ANN] Screencast on Versionner (Part 2) Thanks!!! 2015-04-30 10:31 GMT-03:00 Esteban Lorenzano <[hidden email]>:
|
Esteban, Imagine I do have already the ConfigurationOfMyApp (with everything already setup). I want to commit multiple packages together. By that I mean: 1) Wanna see a "Changes" from all dirty packages of my Configuration 2) I want to write same commit message for all 3) Commit all packages to the correct repository But...I do not want to create a new version in the ConfigurationOfMyApp nor commit it. Can I do that? Thanks in advance, On Thu, Apr 30, 2015 at 7:43 PM, Pablo R. Digonzelli <[hidden email]> wrote:
|
Administrator
|
In reply to this post by EstebanLM
Now that our fogbugz issues can specify configs, often they need to be copied to the inbox to be picked up by the monkey. That would be a nice option.
Cheers,
Sean |
In reply to this post by Mariano Martinez Peck
soon (™) :)
you have it… is the “comment” panel.
cheers, Esteban
|
In reply to this post by Sean P. DeNigris
> On 01 May 2015, at 03:10, Sean P. DeNigris <[hidden email]> wrote: > > EstebanLM wrote >> provide feedback and enhancement requests > > Now that our fogbugz issues can specify configs, often they need to be > copied to the inbox to be picked up by the monkey. That would be a nice > option. not *often* but always :) I know… I didn’t want to pollute the tool with something that is specific for Pharo process, that’s why I didn’t include it, but this is also why I open the root configuration after a commit (so you can choose “copy” and store it where you want). I can evaluate replace this with a “copy root project to Pharo inbox” option. cheers, Esteban > > > > ----- > Cheers, > Sean > -- > View this message in context: http://forum.world.st/ANN-Screencast-on-Versionner-Part-2-tp4823221p4823414.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > |
Free forum by Nabble | Edit this page |