Upload class for Monticello?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Upload class for Monticello?

LawsonEnglish
Is there an easy way to upload packages to a monticello respository
without using the Monticello Browser?


Something along the lines of


     Uploader monticello http: 'http://www.squeaksource.com';
         project: 'MyProject';
         install: 'MyProject-Package';
         comment: 'stuff and nonsense'.



Lawson


Reply | Threaded
Open this post in threaded view
|

Re: Upload class for Monticello?

Levente Uzonyi-2
On Mon, 8 Nov 2010, Lawson English wrote:

> Is there an easy way to upload packages to a monticello respository without
> using the Monticello Browser?
>
>
> Something along the lines of
>
>
>    Uploader monticello http: 'http://www.squeaksource.com';
>        project: 'MyProject';
>        install: 'MyProject-Package';
>        comment: 'stuff and nonsense'.

I'm sure Gofer can do the upload part, but I'm not sure it can save it
before uploading. Check it out.


Levente

>
>
>
> Lawson
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Upload class for Monticello?

LawsonEnglish
> On Mon, 8 Nov 2010, Lawson English wrote:
>
>> Is there an easy way to upload packages to a monticello respository
>> without using the Monticello Browser?
>>
>>
>> Something along the lines of
>>
>>
>>    Uploader monticello http: 'http://www.squeaksource.com';
>>        project: 'MyProject';
>>        install: 'MyProject-Package';
>>        comment: 'stuff and nonsense'.
>
> I'm sure Gofer can do the upload part, but I'm not sure it can save it
> before uploading. Check it out.
>
>
Thanks. Just for the heck of it, I was thinking it would be cute to add
some kind of feature to OpenCobalt to allow class updating while working
in a live island. Just to be truely silly for now, but if you think
about it, a 3D collaboration enviornment in the future will certainly
need the ability to update itself on-the-fly.

Lawson