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=
server:<username>@cvs.garagegames.com:/cvs/torque
cvs -z6 -d
server:<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.
I need to run a batch file that automatically logs in to CVS and performs some commands.
I came across this code:
set CVSROOT=
cvs -z6 -d
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.