A username/password wasn't required when I first checked out a project
I signed up for a paid account and checked in my second project. I then went to check the project out on my system and I was not required to use a username/password. I was able to checkout my project as well as commit changes.
1 person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The best solution from the company
-
This is subversion cache in action. It remembered your credentials for the first time, and then used them when you checked out another repository.
Subversion stores it's successful authentications on disk for future use, in $HOME/.subversion/auth. You can edit the setting to *not* store the passwords in $HOME/.subversion/config, by setting store-passwords = no.
Let me know if it helps.
The company says
this solves the problem
-
Inappropriate?This is subversion cache in action. It remembered your credentials for the first time, and then used them when you checked out another repository.
Subversion stores it's successful authentications on disk for future use, in $HOME/.subversion/auth. You can edit the setting to *not* store the passwords in $HOME/.subversion/config, by setting store-passwords = no.
Let me know if it helps.
The company says
this solves the problem
Loading Profile...


EMPLOYEE