Mark Jaffe wrote: > > We are attempting to program a CVS checkout-update-build process which will > query an internal database for changes to be applied to a baseline tag for a > new build. We will do this in Java, and we need to know how to use the CVS > API for login. Can we supply the password in the login call? How to do this?
You can login once, and the script/program/whatever can just to the checkout-update-build. You don't have to logout. -Matt _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
