If you have a svn+ssh repository and you change the username or password, you’ll need to authenticate again checking out the code:
svn co svn+ssh://[email protected]/path/to/project project
But if the service is through https, you’ll need a special option in the command:
svn co --username user https://server.com/path/to/project project
