On Wed, Jan 13, 2016 at 9:33 PM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Hi Mariano

Just wondering, are you using Spur? If yes, how come that you can use git? Osprocess does not work with Spur


First, I am changing GitFileTree to use my soon-to-be-released OSSubprocess :)
Second, OSProcess SHOULD be fixed with the very last VM from CI:

wget -O- get.pharo.org/vmLatest50 | bash

Let me know if it worked.

Cheers,
��
Alexandre��

Le 13 janv. 2016 �� 09:12, Mariano Martinez Peck <marianopeck@gmail.com> a ��crit��:

Hi guys,

I wanted to know how you manage this situation.��
I had my already existing project in shub repo. Last version was��OSSubprocess-MarianoMartinezPeck.43. I then created a github repo, cloned it, and then with gitfiletree I commit for the first time.��

The problem is that the commit I did with GitFileTree received this MC version:��OSSubprocess-MarianoMartinezPeck.1. Normally I would not care. But in this case I do care because every in a while I would like to move/publish some versions from github to shub. And OSSubprocess-MarianoMartinezPeck.1 has 2 problems:

1) It has an older version number but newer contents
2) It's number is not unique. So if I copy versions created from github to shub, they would override those versiones created in shub (like the very old��OSSubprocess-MarianoMartinezPeck.1 from shub) ??

How do you normally solve this?




--