Is there a public repository that we can put our work

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

Is there a public repository that we can put our work

Nathan Tuttle
The default one
MCHttpRepository
    location: 'http://www.squeaksource.com/'
    user: 'squeak'
    password: 'squeak'

doesn't seem to work.

I don't mind hosting my own, but I am definitely a noob at squeak source control.
<input onclick="jsCall();" id="jsProxy" type="hidden">

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Is there a public repository that we can put our work

David T. Lewis
On Thu, Feb 18, 2010 at 10:46:05PM -0600, Nathan Tuttle wrote:

> The default one
> MCHttpRepository
>     location: 'http://www.squeaksource.com/'
>     user: 'squeak'
>     password: 'squeak'
>
> doesn't seem to work.
>
> I don't mind hosting my own, but I am definitely a noob at squeak source
> control.

Connect to squeaksource.com with an ordinary web browse. Select "register
member" and register yourself with a new account. You will have your own
user ID and password that you can use for making the MCHttpRepository
connections.

Yuu can use the ordinary web browser for setting up your account and
project, and once that is done you can use Monticello in Pharo/Squeak
to save versions of your project.

Dave


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Is there a public repository that we can put our work

Nathan Tuttle
Thanks David!!

On Thu, Feb 18, 2010 at 11:17 PM, David T. Lewis <[hidden email]> wrote:
On Thu, Feb 18, 2010 at 10:46:05PM -0600, Nathan Tuttle wrote:
> The default one
> MCHttpRepository
>     location: 'http://www.squeaksource.com/'
>     user: 'squeak'
>     password: 'squeak'
>
> doesn't seem to work.
>
> I don't mind hosting my own, but I am definitely a noob at squeak source
> control.

Connect to squeaksource.com with an ordinary web browse. Select "register
member" and register yourself with a new account. You will have your own
user ID and password that you can use for making the MCHttpRepository
connections.

Yuu can use the ordinary web browser for setting up your account and
project, and once that is done you can use Monticello in Pharo/Squeak
to save versions of your project.

Dave


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project