Version: (using Devel) Installed from: Compiled sources I add a a repository in the "Repository -> Repositories" dialog with a classic syntax like :pserver:user@cvs.domain.com/path/to/cvsroot and then when I try to login with the "login" button, I get a simple "Login failed" and the detail button provides no details at all. If, from a console, I issue a cvs -d :pserver:user@cvs.domain.com/path/to/cvsroot password: **** then cervisia recognize the login correctly and I do a checkout and everything.
SVN commit 819671 by woebbe: BUG: 163265 Fixed login to remote cvs pserver. Reasons: - KDE4 porting errors - 2 kdelibs errors (I fixed one, the other will hopefully committed soon) - behaviour change of Qt4 (see QApplication::setQuitOnLastWindowClosed) M +5 -0 ChangeLog M +4 -1 cvsservice/main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=819671
OK, kdelibs is fixed with revision 819778. If you update kdelibs and kdesdk login works.
Thanks for the quick fix! :)
*** Bug 162292 has been marked as a duplicate of this bug. ***