Subversion username and password for squeakvm.org

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

Subversion username and password for squeakvm.org

Ang BeePeng
I am trying to build a VM using the code at
http://squeakvm.org/svn/squeak/trunk/platforms

I am using TortoiseSVN to import the files. But I need a username and password. How can I get access?

Thanks,
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Subversion username and password for squeakvm.org

Andreas.Raab
Ang Beepeng wrote:
> I am trying to build a VM using the code at
> http://squeakvm.org/svn/squeak/trunk/platforms
>
> I am using TortoiseSVN to import the files. But I need a username and
> password. How can I get access?

Use "checkout" not "import". The meaning of "import" in SVN is to put
data into the repository which means you need commit rights. Checkouts
can be done without user name or password.

Cheers,
   - Andreas