|
From: SourceForge.net <no...@so...> - 2005-07-16 19:40:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3251321 By: aira I'm a novice to cvs and I'm trying to develop a cvs client using the SharpCvsLib. My problem is probably something trivial but I would appreciate it if you could give a hint about what could be wrong. I try to execute a checkout with the following commands: myCVSServerConnection.Connect(myWorkingDirectory, passwordstring) myCheckout.Execute(myCVSServerConnection) and i get the error message: "Unable to write data to the transport connection" when it tries to write to a stream, while executing a connection.SubmitRequest method. I don't know where to look for the problem, have I set something wrong in the connection? Please give me a hint as to what could produce this kind of error. It would be a great help. Thanks in advance ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=267248 |