I am trying to do a shell script to automatically login, update multiple
modules and then logout.
One thing I am trying to avoid is typing in the password every-time. I am
however having difficulty in getting this section done that needs to
continue without asking for a password. All the files exist and the
directories is pointing to the right places.

My current cvs version is WinCvs 1.2.
I am using MKS Toolkit on WIN 2000 running a standard shell script.

sh cvs_upd

# cvs_upd script files
HOME=d:/cvswork ; export HOME
CVS_PASSFILE=$HOME/.cvspass ; export CVS_PASSFILE
CVSROOT=/cvs ; export CVSROOT
D:/WinCvs~1.2/cvs.exe -d :pserver:pieter:[EMAIL PROTECTED]:/cvs login
cd d:/cvswork/module1
D:/WinCvs~1.2/cvs.exe -P
cd d:/cvswork/module2
D:/WinCvs~1.2/cvs.exe -P
D:/WinCvs~1.2/cvs.exe -d logout

Any help would be appreciated. Please reply direct as I am not currently
subscribed to the mailing list.

I would like to use this script to save myself a bit of time by scheduling
it to run early in the morning before I come in, to update my modules.

Thanks.

Pieter.

___________________________________________________________

 Pieter J. Meyer              MIP Holdings (Pty) Ltd
  Technical Consultant         MIP House
                               4 Coombe Place
  Cell  : +27 (0)82 490 4700   Rivonia, Johannesburg
  Tel   : +27 (0)11 803 1281   Gauteng, 2128
  Fax   : +27 (0)11 807 1732   South Africa
  mailto:[EMAIL PROTECTED]          http://www.mip.co.za
  mailto:[EMAIL PROTECTED]   http://www.mip-holdings.com
___________________________________________________________


---------------------------------------------------------------------



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to