Hello everybody,
I have somewhat of an annoying problem with subversion; I created an online repo with some code hosting site, and checked out the project using the console, and imported the project into Qt Creator; everything seemed to work as it should, I was able to diff, commit, and do everything else.
When I rebooted, however, Qt creator would respond with an error that looked something like 'Server rejected basic challenge' everytime I tried to do any Subversion commands like those mentioned above.
I later found that this is because Qt doesn't ask me for a 'Gnome keyring' password, which is the password for the repo; if I checkout the project every time I reboot (during which I AM asked the keyring password), then svn integration with Qt creator is fine.
Under Tools -> Options, I can there's an 'Authentication' group box that I can put in my hosting site account info, but nowhere can I find a keyring password...
So is there some way to specify this keyring password in Qt Creator, to save me some headache?
Thanks!
EDIT: Forgot to mention the code hosting site is Assembla.
Bookmarks