Error saving to SqueakSource

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

Error saving to SqueakSource

Trygve
I am now ready to publish BabyIDE for DCI on Squeak 4.5.

I'm not sure which repository to use, but am trying SqueakSource.
I have managed to become a member of SqueakSource.
I have created a new project called DCI. I probably set a password somewhere without understanding what it meant.
 
I add an HTTP repository to the Monticello browser:
    MCHttpRepository
    location: 'http://www.squeaksource.com/DCI'
    user: 'squeak'
    password: 'squeak'
I have a package, BabyIDE, and save it to this repository. The save does not succeed. Error message:
HTTP/1.1 401 Unauthorized
Date: Tue, 30 Dec 2014 18:29:01 GMT
Server: Comanche/6.2 (unix)
X-Code-Repository: SqueakSource
WWW-Authenticate: Basic realm="DCI"
Content-type: text/html
Content-length: 30
Vary: Accept-Encoding
Connection: closeHTTP/1.1 401 Unauthorized
Date: Tue, 30 Dec 2014 18:29:01 GMT
Server: Comanche/6.2 (unix)
X-Code-Repository: SqueakSource
WWW-Authenticate: Basic realm="DCI"
Content-type: text/html
Content-length: 30
Vary: Accept-Encoding
Connection: close<h1>Authentication Failed</h1>
I have also tried with the password I set for the project. Same result.

What's wrong?
--Trygve




Reply | Threaded
Open this post in threaded view
|

Re: Error saving to SqueakSource

Levente Uzonyi-2
Your repository is read-only for the masses, so have to use your initials
as user, and the password you've set as password for the repository, if
you want to save something to it.

MCHttpRepository
  location: 'http://www.squeaksource.com/DCI'
  user: 'TRee'
  password: 'your password here'


Levente

On Tue, 30 Dec 2014, Trygve Reenskaug wrote:

> I am now ready to publish BabyIDE for DCI on Squeak 4.5.
>
> I'm not sure which repository to use, but am trying SqueakSource.
> I have managed to become a member of SqueakSource.
> I have created a new project called DCI. I probably set a password somewhere without understanding what it meant.
>  
> I add an HTTP repository to the Monticello browser:
>     MCHttpRepository
>     location: 'http://www.squeaksource.com/DCI'
>     user: 'squeak'
>     password: 'squeak'
> I have a package, BabyIDE, and save it to this repository. The save does not succeed. Error message:
>       HTTP/1.1 401 Unauthorized
>       Date: Tue, 30 Dec 2014 18:29:01 GMT
>       Server: Comanche/6.2 (unix)
>       X-Code-Repository: SqueakSource
>       WWW-Authenticate: Basic realm="DCI"
>       Content-type: text/html
>       Content-length: 30
>       Vary: Accept-Encoding
>       Connection: closeHTTP/1.1 401 Unauthorized
>       Date: Tue, 30 Dec 2014 18:29:01 GMT
>       Server: Comanche/6.2 (unix)
>       X-Code-Repository: SqueakSource
>       WWW-Authenticate: Basic realm="DCI"
>       Content-type: text/html
>       Content-length: 30
>       Vary: Accept-Encoding
>       Connection: close<h1>Authentication Failed</h1>
>
> I have also tried with the password I set for the project. Same result.
>
> What's wrong?
> --Trygve
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Error saving to SqueakSource

David T. Lewis
I am afraid that we on the Squeak oversight board have not done a terribly
good job of publishing our meeting minutes this year, sorry about that. But
I should mention for the record that I have asked the (rest of the) board for
approval to re-open new project creation on squeaksource.com. Nobody could
think of a reason not to do this as long as I was volunteering to support
it, so the motion was approved.

Therefore:

The SqueakSource.com home page still claims that creation of new projects
has been disabled, but it is not really true. If you choose to create a
new project, it should now work.

I have not actually tried creating new projects, though I will probably
do so in the future. But the fact that Trygve has successfully created
the new DCI project means that it must be working :-)

Trygve,

If you are not able to find your original password for your new SqueakSource.com
account, please let me know. I don't really know much about how to administer
the system, but I do have access to it so I'm sure I can figure out how
to reset a password if needed.

Dave


On Tue, Dec 30, 2014 at 07:05:11PM +0100, Levente Uzonyi wrote:

> Your repository is read-only for the masses, so have to use your initials
> as user, and the password you've set as password for the repository, if
> you want to save something to it.
>
> MCHttpRepository
> location: 'http://www.squeaksource.com/DCI'
> user: 'TRee'
> password: 'your password here'
>
>
> Levente
>
> On Tue, 30 Dec 2014, Trygve Reenskaug wrote:
>
> >I am now ready to publish BabyIDE for DCI on Squeak 4.5.
> >
> >I'm not sure which repository to use, but am trying SqueakSource.
> >I have managed to become a member of SqueakSource.
> >I have created a new project called DCI. I probably set a password
> >somewhere without understanding what it meant.
> >??
> >I add an HTTP repository to the Monticello browser:
> >?????? MCHttpRepository
> >?????? location: 'http://www.squeaksource.com/DCI'
> >?????? user: 'squeak'
> >?????? password: 'squeak'
> >I have a package, BabyIDE, and save it to this repository. The save does
> >not succeed. Error message:
> >      HTTP/1.1 401 Unauthorized
> >      Date: Tue, 30 Dec 2014 18:29:01 GMT
> >      Server: Comanche/6.2 (unix)
> >      X-Code-Repository: SqueakSource
> >      WWW-Authenticate: Basic realm="DCI"
> >      Content-type: text/html
> >      Content-length: 30
> >      Vary: Accept-Encoding
> >      Connection: closeHTTP/1.1 401 Unauthorized
> >      Date: Tue, 30 Dec 2014 18:29:01 GMT
> >      Server: Comanche/6.2 (unix)
> >      X-Code-Repository: SqueakSource
> >      WWW-Authenticate: Basic realm="DCI"
> >      Content-type: text/html
> >      Content-length: 30
> >      Vary: Accept-Encoding
> >      Connection: close<h1>Authentication Failed</h1>
> >
> >I have also tried with the password I set for the project. Same result.
> >
> >What's wrong?
> >--Trygve
> >
> >
> >
> >

>