Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Tue, 7 Oct 2003 11:21:44 +0200, "Widmer, Patrik" <P.Widmer at cominformatic.ch> wrote: >Good Morning > >I would like to login into my cvs server above a batch file. Anybody know >how i can to giv over the password ? > >batch file: > >set cvsroot=:pserver:admin at wincvs:/source >cvs login <passord> > >Thanks and kind regards >Patrik Widmer set cvsroot=:pserver:admin:password at wincvs:/source Then you don't need to use this anymore: cvs login <passord> Just use your other cvs commands We do it all the time in our build scripts, except we use sspi and have a special user dedicated for the build exports. /Bo (Bo Berglund, developer in Sweden)