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.
Sending the password to CVSNT by redirecting stdin is not possible - AFAIK it reads it directly from the console, probably for security reasons. However, there is a "cvsgui" protocol that takes care of all this. Since it's all open source, I recommend you look at projects like WinCVS or TortoiseCVS for examples how it's used. -Hartmut "Thoppay, Vignesh (GE Consumer & Industrial)" <vignesh.thoppay at ge.com> schrieb im Newsbeitrag news:mailman.2612.1100761041.21094.cvsnt at cvsnt.org... Hello Everybody, I am trying to develop a GUI wrapper over CVS.exe using C# by executing all the cvs commands with System.Diagnostics.Process class. Could execute most of the commands successfully except password related commands. Executing the "ls" command is successfull, but not able to write the password to the standardInput stream. How does cvs interpret password characters other than normal commands? Please help me to resolve this issue. Thanks in advance.