I'm using CVS in the command line. I'm in my repository folder. When I call a CVS command, I get...
cvs [log aborted]: unrecognized auth response from localhost: -f [pserver
aborted]: /opt/cvs/XXXXXX: no such repository
...2 times. The third time I run the command, it works with no problems. I tried to use a GUI client (CrossVC) and the same problem occurs. I tried inside gVim and Vim using VCSCommand and I'm having the same issues as well.
I've tested with different times between each command, but I still have the same problems.
I'm using a CVS configuration with stunnel. Why am I having problem with this setup? Why every time just the third time that I try to run the command that actually works? Can this be a concurrency bug or something in stunnel?
Each test took different time pauses between each call: sometimes it was 10s, 1 minute, and everytime, just the third time it worked.