When trying to check out project sources from a cvs server using either pserver or ssh, the following error is returned:
"Connection failed!
cvs server: invalid option -- S"
Environment: SuSE Linux 10.0 (TeamCity)
SunOS 5.8 (CVS Server, version cvs-1.11.1p1-SUNOS-5.6)
Issue wasresolved
| Old | New | |
| CMeyer (cmeyer) - 18 months ago (18 May 2007 22:25) | ||
CMeyer (cmeyer)
27 months ago (16 Aug 2006 02:21)Please note that this specifically occurs when I click on Test Connection in the CVS configuration screen.
Performing the actual checkout seems to work now that TW-628 no longer appears to be an issue (with 1529)
Olesya Smirnova (lesya)
27 months ago (16 Aug 2006 15:31)Well, it's strange. The problem is that cvs 1.11.1 does not support rlog -S option, but rlog is being calling for test connection, collecting changes and exporting sources. Anyway, the problem will be fixed ASAP.
BTW, you can fix it manually using project-config.xml file.
Find corresponding vcs-root tag and add <param name="cvs-old-version" value="true"/> subtag. This has to fix the problem.
Thanks!
Marcus Brito (pazu)
18 months ago (18 May 2007 22:25)That also happens in IDEA (Selena #6963). Any chance to have it fixed there?