Re: [Pharo-dev] How to use git with gitfiletree

2018-03-02 Thread Dale Henrichs
On 03/02/2018 10:14 AM, Sean P. DeNigris wrote: Peter Uhnák wrote you mean that gitFILETREE:// would somehow use TONEL? No, I mean a configuration file specifying tonel, like we currently have .filetree files in every directory with filetree things in it. Embedding the serialization format

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-02 Thread Sean P. DeNigris
Peter Uhnák wrote > you mean that gitFILETREE:// would somehow use TONEL? No, I mean a configuration file specifying tonel, like we currently have .filetree files in every directory with filetree things in it. Embedding the serialization format in a domain spec seems like a really bad idea.

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-02 Thread Dale Henrichs
Esteban and I have agreed on some new url patterns (and changes to Tonel)  that should make things easier, however, neither of us has had the time to implement the features ... so I guess I can only say that you need to be patient (and use whatever workarounds that apply) until these new

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-02 Thread Esteban A. Maringolo
2018-03-02 11:12 GMT-03:00 Peter Uhnák : > you mean that gitFILETREE:// would somehow use TONEL? That hardly seems like > a good idea. > > However there's gitlocal:// ... (which iirc handles both) but I think that's > iceberg specific. Sometimes I feel I need something like

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-02 Thread Peter Uhnák
you mean that gitFILETREE:// would somehow use TONEL? That hardly seems like a good idea. However there's gitlocal:// ... (which iirc handles both) but I think that's iceberg specific. Peter On Fri, Mar 2, 2018 at 3:08 PM, Sean P. DeNigris wrote: > Peter Uhnák wrote >

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-02 Thread Sean P. DeNigris
Peter Uhnák wrote > you would need something like gittonel://, which doesn't exist Shouldn't this be done via configuration (e.g. .filetree) to cover cases like `github://` where tonel/FT cannot be embedded in the URL? - Cheers, Sean -- Sent from:

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-02 Thread Stephane Ducasse
So I found my problem - old version in my way - src missing and adding it did not change So after trying retrying and retrying and the help of esteban showing me that it works on his machine I got it debugged. Now I can work. Stef On Thu, Mar 1, 2018 at 11:34 PM, Peter Uhnák

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Peter Uhnák
you would need something like gittonel://, which doesn't exist but you could still use tonel://, commit in pharo using metacello, and then in command line using git... annoying but if you want to use tonel+git without iceberg, then you have no other choice (unless you actually create gittonel://)

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Alexandre Bergel
I will not be able to try soon. Semester is starting here, with its load of things… Alexandre > On Mar 1, 2018, at 4:36 PM, Stephane Ducasse wrote: > > Alex > > Now I was thinking that it should be easy to introduce a tonel fileout > menu on a package. We should pay

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Stephane Ducasse
Alex Now I was thinking that it should be easy to introduce a tonel fileout menu on a package. We should pay attention to extensions differently. Then for loading I would just support load and no merge since the merge will be done by git on the command-line. If you give a try, I would like to try

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Stephane Ducasse
I read https://www.peteruhnak.com/blog/2016/07/25/how-to-use-git-and-github-with-pharo/ and I have the impression that I cannot use tonel and gitfiletree. So I will wait for the next version of iceberg and focus on my vacation during that period. Stef On Thu, Mar 1, 2018 at 9:46 PM, Alexandre

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Alexandre Bergel
That would be fantastic to have! Alexandre > On Mar 1, 2018, at 2:23 PM, Stephane Ducasse wrote: > > Hi > > I would like to use git without iceberg. > It is possible to use gitfiletree with tonel? > > I want to commit in tonel format > from Pharo 6.1 and not using