Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CVS auto login from batch files

Status
Not open for further replies.

L01

Technical User
Oct 22, 2001
7
CA
Hello,

I need to run a batch file that automatically logs in to CVS and performs some commands.

I came across this code:
set CVSROOT=:pserver:<username>@cvs.garagegames.com:/cvs/torque
cvs -z6 -d :pserver:<username>:<password>@cvs.garagegames.com:/cvs/torque login

This code supposes to do login automatically, but it didn't work for me. It still asked for password although the password was already provided in the batch file.

Does anyone have any idea? Thanks very much in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top