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