Hi all, I need a shell script to check out the files using a shell script which contains multiple files from a remote server. I need different versions for each file. There are no tags. The problem is I need to retype the password for each file. I want the script to manage the typing of password. A sample file is shown below
cvs checkout -r '1.7' 'index.jspl' cvs checkout -r '1.3' 'Hello.jsp' cvs checkout -r '1.7' 'Customer.jsp' rgds Antony Paul _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
