Of course, forward slashes. They seemed a little unnatural on windows, but it
works indeed.
So thank you once again.
Jan
Thierry Goubier wrote
> Hi Jan,
>
> I remember that you said you used something like:
>
> Le 26/02/2015 11:06, Jan B. a écrit :> Metacello new
> > baseline: 'OurProjec
Le 02/03/2015 23:53, Jan B. a écrit :
Hello Thierry
It works now, thank you a lot.
It just seems like ProcessWrapper needs to be included also into
MetaRepoForPharo40, but when I load ProcessWrapper separately from
https://smalltalkhub.com/mc/hernan/ProcessWrapper/main , everything is fine
on b
It seems to work now,
Thank you Thierry,
Hernán
2015-03-02 17:07 GMT-03:00 Thierry Goubier :
> Hi Jan,
>
> With Hernán's help and Dave Lewis confirmation, I have updated GitFileTree
> so that it loads ProcessWrapper and wrote a solution to the loading issue
> you have encountered.
>
> Please tel
2015-03-02 19:53 GMT-03:00 Jan B. :
> Hello Thierry
>
> It works now, thank you a lot.
>
> It just seems like ProcessWrapper needs to be included also into
> MetaRepoForPharo40, but when I load ProcessWrapper separately from
> https://smalltalkhub.com/mc/hernan/ProcessWrapper/main , everything is
Hello Thierry
It works now, thank you a lot.
It just seems like ProcessWrapper needs to be included also into
MetaRepoForPharo40, but when I load ProcessWrapper separately from
https://smalltalkhub.com/mc/hernan/ProcessWrapper/main , everything is fine
on both Pharo 3 and 4 (40526).
So only rema
Hi Jan,
With Hernán's help and Dave Lewis confirmation, I have updated
GitFileTree so that it loads ProcessWrapper and wrote a solution to the
loading issue you have encountered.
Please tell me any issues you would have with it.
Thierry
Le 26/02/2015 11:06, Jan B. a écrit :
Hi
This time,
Le 01/03/2015 13:39, Ben Coman a écrit :
On Sun, Mar 1, 2015 at 7:17 PM, Ben Coman mailto:b...@openinworld.com>> wrote:
On Sun, Mar 1, 2015 at 5:19 PM, Thierry Goubier
mailto:thierry.goub...@gmail.com>> wrote:
Le 01/03/2015 09:54, Jan B. a écrit :
A Pharo gui fo
On Sun, Mar 1, 2015 at 7:17 PM, Ben Coman wrote:
>
>
> On Sun, Mar 1, 2015 at 5:19 PM, Thierry Goubier > wrote:
>
>> Le 01/03/2015 09:54, Jan B. a écrit :
>>
>>> A Pharo gui for git would be an excellent thing. As you (and Alan Kay)
>>> know,
>>> simple things should be simple, complex things sh
On Sun, Mar 1, 2015 at 5:19 PM, Thierry Goubier
wrote:
> Le 01/03/2015 09:54, Jan B. a écrit :
>
>> A Pharo gui for git would be an excellent thing. As you (and Alan Kay)
>> know,
>> simple things should be simple, complex things should be possible... With
>> git itself and its command line, ther
Le 01/03/2015 09:54, Jan B. a écrit :
A Pharo gui for git would be an excellent thing. As you (and Alan Kay) know,
simple things should be simple, complex things should be possible... With
git itself and its command line, there are lots of complex things possible,
but my opinion is that simple th
A Pharo gui for git would be an excellent thing. As you (and Alan Kay) know,
simple things should be simple, complex things should be possible... With
git itself and its command line, there are lots of complex things possible,
but my opinion is that simple thing are far from simple with git.
Nice e
Le 28/02/2015 00:49, Hernán Morales Durand a écrit :
Thierry,
It seems to work fine so far. However I would like to commit and push
(propagate changes from my local git cloned repository to the remote
one) from Pharo. Is that possible right now from Monticello or an
(Smalltalk) expression? Would
Thierry,
It seems to work fine so far. However I would like to commit and push
(propagate changes from my local git cloned repository to the remote one)
from Pharo. Is that possible right now from Monticello or an (Smalltalk)
expression? Would you us how? :)
I want to avoid to switch to SourceTre
Hi Hernán,
I didn't put ProcessWrapper as a dependency yet, you'll have to load it
first.
Gofer new
url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main';
configurationOf: 'ProcessWrapper';
loadStable
Thierry
Le 27/02/2015 02:58, Hernán Morales Durand
Hi Thierry,
I have tried in Pharo 3:
Gofer new
url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main';
configurationOf: 'GitFileTree';
loadDevelopment
But it didn't load the ProcessWrapper. Can you tell me how should I install?
Cheers,
Hernán
2015-02-25 16:
2015-02-26 11:06 GMT+01:00 Jan B. :
> Hi
>
> This time, when I add gitfiletree repository via monticello, it loads all
> packages and classes.
> However, it does not load any methods. Even if I use "Browse" in repository
> window, it displays class definition, including variables and category
> co
Hi
This time, when I add gitfiletree repository via monticello, it loads all
packages and classes.
However, it does not load any methods. Even if I use "Browse" in repository
window, it displays class definition, including variables and category
correctly, but still no methods. Normal filetree sho
Hi Jan,
I pushed a new version (development) of GitFileTree using ProcessWrapper
on Windows (version 82 on Smalltalkhub).
You need to get ProcessWrapper loaded first, of course, from the
Configuration browser in Pharo 3.
If you want to try?
Thierry
Le 22/02/2015 11:09, Jan B. a écrit :
I
Hi Hernan,
I've pushed a new development version of GitFileTree using
ProcessWrapper on Windows if it is available.
Would you care in testing it on Pharo 3 (or Pharo 4)? I'm not sure I did
it right; it took me a while to get OSProcess use right, and I'm not
sure I can reuse the same patterns
Thierry,
The ConfigurationOfProcessWrapper is available from the Configuration
Browser in Pharo 3.
The StHub page is http://www.smalltalkhub.com/#!/~hernan/ProcessWrapper
I have no permission to write to MetaRepoForPharo40 otherwise I would
upload it.
Cheers,
Hernán
2015-02-22 16:45 GMT-03:
Hi Hernan,
thanks, but ProcessWrapper isn't available on Pharo 3 nor Pharo 4. Could
you tell which configuration or metacello script we need to load it?
Thierry
Le 22/02/2015 17:52, Hernán Morales Durand a écrit :
ProcessWrapper new
useStdout;
startWithShellCommand: 'e
2015-02-22 7:04 GMT-03:00 Thierry Goubier :
> Le 22/02/2015 10:26, Jan B. a écrit :
>
>> Hi
>>
>> It seems like we got a step further, now this happens when I add
>> gitfiletree
>> repository: https://monosnap.com/image/21Li7R29QUVJh6AVDQvzENiCEpcBeF.png
>>
>
> Ok. So it seems to be running the co
In the window with list of commits, there was nothing else. Nothing above or
under it and it closes the window when I press q.
However, before this command line window is opened, there briefly flashes
another command line window (opens and immediately closes again), but I did
not find a way to keep
Le 22/02/2015 10:26, Jan B. a écrit :
Hi
It seems like we got a step further, now this happens when I add gitfiletree
repository: https://monosnap.com/image/21Li7R29QUVJh6AVDQvzENiCEpcBeF.png
Ok. So it seems to be running the command just fine, however, the output
appear in a separate window
Hi
It seems like we got a step further, now this happens when I add gitfiletree
repository: https://monosnap.com/image/21Li7R29QUVJh6AVDQvzENiCEpcBeF.png
And when I close the command line (press q), I get this additional error:
https://monosnap.com/image/9Di55xa9UBx0Tcgd54B4I3IVn4lFJ6.png
Pharo im
Hi
Since it happens when after calling FileSystem >>#writeStreamOn: , I halted
it there on both Pharo version and I got these values:
Pharo 4:
FileReference path = RelativePath with value
'github-dalehenrichfiletreeissue142134338868022738279896609523701.zip'
which calls FileSystem writeStreamO
On Sun, Feb 22, 2015 at 5:57 AM, Thierry Goubier
wrote:
> Le 21/02/2015 21:50, Jan B. a écrit :
>
>> Hi
>>
>> Thanks for reply.
>>
>> When I run this load command on Pharo 3, I get exception
>> "FileDoesNotExist:
>> @ \tmp\github-dalehenrichfiletreeissue142.zip"
>>
>
> This one is strange. A stud
Le 21/02/2015 21:50, Jan B. a écrit :
Hi
Thanks for reply.
When I run this load command on Pharo 3, I get exception "FileDoesNotExist:
@ \tmp\github-dalehenrichfiletreeissue142.zip"
Ok. I have uploaded the latest version of MonticelloFileTree-Git on
smalltalkhub;
Gofer new
url: 'ht
Le 21/02/2015 21:50, Jan B. a écrit :
Hi
Thanks for reply.
When I run this load command on Pharo 3, I get exception "FileDoesNotExist:
@ \tmp\github-dalehenrichfiletreeissue142.zip"
This one is strange. A student of mine got a similar error on his laptop
(W7, I think) but it worked on his de
Hi
Thanks for reply.
When I run this load command on Pharo 3, I get exception "FileDoesNotExist:
@ \tmp\github-dalehenrichfiletreeissue142.zip"
On Pharo 4, it loads. But when I try to add gitfiletree repository now (ie.
clean pharo 4 platfrom -> your
issue 142 load command -> adding gitfiletree
Hi Jan,
ok, the latest cod for GitFileTree is available on a dedicated branch on
filetree. The way to load it is:
Metacello new
baseline: 'FileTree';
repository: 'github://dalehenrich/filetree:issue_142/repository';
load: 'Git'
It rely on OSProcess, and I'm not entirel
Hi Jan,
Thanks for your interest and motivation. I have rewritten part of the git
commands in gitfiletree in a way which should make it easier to get it to
work on windows (and corrected a few bugs).
I can't have access to a computer right now, so I'll be able to give you
things to try (if you wa
32 matches
Mail list logo