svn asking for password

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
grassblade
Posts: 27
Joined: Mon Jan 09, 2006 11:17 am

svn asking for password

Post by grassblade »

I am new to svn and using tortoise svn. I tried to import irrlicht with it with the svn command given in the faq and how to section. Tortoise transfers some bytes and then asks for user name and password.
The message box says
Authentication
<https://irrlicht.svn.sourceforge.net:443>Sourceforge Subversion area
Requests a username and a password.
Username:
Password:

How do I solve this? Should I have a sourceforge account to use svn? Thanks.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, you don't need a login and password. Only for write access, but that's limited to the developers. You seem to have done something wrong. Maybe you used a wrong path? You have to checkout the path /svnroot/irrlicht/trunk
grassblade
Posts: 27
Joined: Mon Jan 09, 2006 11:17 am

Post by grassblade »

Thanks hybrid, it is working now.
The problem was I copied and pasted the wrong path with /trunk irrlicht from the how to section.
Post Reply