Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread GOUBIER Thierry
Yes, there is a way. If you use a Gofer import script[1] to move a package from say, a squeaksource repository to a git repository with gitfiletree, you will import and commit all the versions one by one inside the git repo, starting with the oldest. You will loose the timestamps, but not the hi

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread GOUBIER Thierry
When you change a method and save, git will see one file changed (the method) and put it in the commit (there will also be a few changes in the metadata associated with the method and this will be included in the commit, but this won't matter for gitfiletree). Everything else will stay as before

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Esteban A. Maringolo
I knew about github "paid" private repos. But I use https://bitbucket.org/ instead (it's free and I like it more). I didn't know about the private SmalltalkHub repos though. Thank you! Esteban A. Maringolo 2013/9/13 Paul DeBruicker : > On 09/13/2013 08:50 AM, Esteban A. Maringolo wrote: >> >> B

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Paul DeBruicker
On 09/13/2013 08:50 AM, Esteban A. Maringolo wrote: > > But there are no "private repositories" in GitHub nor SmalltalkHub and > not everybody does open source software nor have servers on their own > premises. github private repos: https://github.com/plans smalltalkhub private repos: change th

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Esteban A. Maringolo
2013/9/13 Paul DeBruicker > Also, when beginning to use git, if I make the initial commit of the > package is all the prior editing and version history lost? It happened to me. Maybe there is a way of, in a blank image, load the MC package editions from a regular repo and commit them in the GitF

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Goubier Thierry
Le 13/09/2013 17:04, b...@openinworld.com a écrit : Goubier Thierry wrote: Le 13/09/2013 04:25, Esteban A. Maringolo a écrit : Is anybody using FileTree repositories? Which repositories? Dale's github? If so, I'd like to know the pros and cons of using it. More complex to use than Sma

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Esteban A. Maringolo
As a I side note: I know Dale uses FileTree repos to publish his projects to GitHub and build it with Travis CI. For many people is okay with using SmalltalkHub to publish their MC Packages, and that's fine and a real progress compared with SqueakSource. But there are no "private repositories" in

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Paul DeBruicker
On 09/13/2013 07:53 AM, Goubier Thierry wrote: > It also bypass most of the stored metadata in the package: methods > timestamps are the git commit timestamps, package history is the git > commit history of the repo (pruned to remove all commits not related to > the package, in the case of a repo c

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Esteban A. Maringolo
Git it is not just a benefit for outsiders, it is for Smalltalkers too. In the company I work for (we use Dolphin), we moved away from its VCS (STS, an ENVY like repo) a few months ago to file based packages (Dolphin supports this format too to be used by "regular" VCS, in a one dir per package, o

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Esteban A. Maringolo
Goubier, You do answer my questions. I'm certainly looking for something like gitfiletree then. One last question I have is, does the gitfiletree:// repository type come bundled with the FileTree package? Or do I need to download and install it separately? Regarding adding more git commands insi

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread btc
Goubier Thierry wrote: Le 13/09/2013 04:25, Esteban A. Maringolo a écrit : Is anybody using FileTree repositories? Which repositories? Dale's github? If so, I'd like to know the pros and cons of using it. More complex to use than Smalltalkhub/Squeaksource because it is not yet integrate

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Goubier Thierry
Le 13/09/2013 16:30, Esteban A. Maringolo a écrit : Goubier, You do answer my questions. I'm certainly looking for something like gitfiletree then. One last question I have is, does the gitfiletree:// repository type come bundled with the FileTree package? Or do I need to download and install

Re: [Pharo-users] Labeling

2013-09-13 Thread Damien Cassou
On Wed, Sep 11, 2013 at 9:04 PM, Natalia Tymchuk wrote: > I want to draw a bar diagram for my benchmarks in Graph-ET. Does anybody > know how to add the labels to x-axis? you may want to ask on the moose mailing list or on stackoverflow (tag #pharo) -- Damien Cassou http://damiencassou.seasid

Re: [Pharo-users] FileTree Monticello Repository

2013-09-13 Thread Goubier Thierry
Le 13/09/2013 04:25, Esteban A. Maringolo a écrit : Is anybody using FileTree repositories? Which repositories? Dale's github? If so, I'd like to know the pros and cons of using it. More complex to use than Smalltalkhub/Squeaksource because it is not yet integrated in the default image.