Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hello, All! I am trying to checkout CVS in cvs.sourcecforge.net via ssh protocol with TortoiseCVS 1.8.31. I generated key pair by puttygen with SSH2 DSA. Then I have upload new public key to sourceforge, and login from putty with new parameters (ssh2 protocol) into sourceforge. Before login I run pageant with private key and input my passphrase. The login is succesfull. After then I have tried to perform checkout. Password isn't asked from me, but the following messages is appeared: <Begin message> There is no CVS repository in this folder /cvsroot/xharbour on cvs.sourceforge.net if this is the wrong folder, correct it and try again. If you want to initialise a new repository with "cvs init" then check the box below and TortoiseCVS will try again Initialise a new repository here (makes a CVSROOT folder) In C:\Projects: "C:\Program Files\TortoiseCVS\cvs95.exe" "-q" "-z6" "checkout" "-P" "xharbour" CVSROOT=:ext:ptsarenko at cvs.sourceforge.net:/cvsroot/xharbour Cannot access /cvsroot/xharbour/CVSROOT No such file or directory Error, CVS operation failed Tortoise Tip: Sometimes you get this error if you have the repository folder wrong in the Checkout dialog. Make sure you have a slash at the start of the folder name, and that the case and path are correct. Watch out for spurious trailing characters. Examples are: "/cvsroot", "/usr/local/cvs-repository", "/cvsroot/cvsgui" <end message> The CVS repository exist and I can checkout it with anonymous access. The CVSROOT string is the SAME as with anonymous access except protocol parameter: CVSROOT=:ext:ptsarenko at cvs.sourceforge.net:/cvsroot/xharbour instead of CVSROOT=:pserver:anonymous at cvs.sourceforge.net:/cvsroot/xharbour but CVS repository is not found via SSH. I don't understand the reason of this. Can anybody help to me ? Thanks Best regards, Pavel Tsarenko