Re: [Pharo-users] Pharo stable version with git support

2018-07-07 Thread Dimitris Chloupis
I have used Pharo with Git, for versioning source code and variable assets , images and audio files using filetree and the git client of my choosing. Git is super flexible , especially if you combine it with make files that I also use to build my own custom pharo images together with pharo startup

Re: [Pharo-users] Pharo stable version with git support

2018-07-07 Thread dario.trussa...@tiscali.it
Ciao, thanks. > Hi Dario, >> i'm interested to port all my code to new Pharo version that manage >> git support. >> >> I found information in pharo.org news, it talk of Pharo 6.1. >> >> But it run only on macOS 64bits o i can run it on Linux Ubuntu

Re: [Pharo-users] Pharo stable version with git support

2018-07-06 Thread Guillermo Polito
Hi Dario, > i'm interested to port all my code to new Pharo version that >> manage git support. >> >> I found information in pharo.org news, it talk of Pharo 6.1. >> >> But it run only on macOS 64bits o i can run it on Linux Ubuntu >> 16.04 LTS System? >> >> New inf

Re: [Pharo-users] Pharo stable version with git support

2018-07-06 Thread dario.trussa...@tiscali.it
Ciao, > > > On 2 July 2018 at 23:32, dario.trussa...@tiscali.it > wrote: > Ciao, > > i'm interested to port all my code to new Pharo version that manage > git support. > > I found information in pharo.org news, it talk of Pharo 6.1. > > But it run only on macOS 64bi

Re: [Pharo-users] Pharo stable version with git support

2018-07-02 Thread Ben Coman
On 2 July 2018 at 23:32, dario.trussa...@tiscali.it < dario.trussa...@tiscali.it> wrote: > Ciao, > > i'm interested to port all my code to new Pharo version that > manage git support. > > I found information in pharo.org news, it talk of Pharo 6.1. > > But it run only on ma

[Pharo-users] Pharo stable version with git support

2018-07-02 Thread dario.trussa...@tiscali.it
Ciao, i'm interested to port all my code to new Pharo version that manage git support. I found information in pharo.org news, it talk of Pharo 6.1. But it run only on macOS 64bits o i can run it on Linux Ubuntu 16.04 LTS System? New information - update about i