.cvspass file generation to configure hudson tool

scott picture scott · Aug 22, 2010 · Viewed 8.7k times · Source

Please help me in generating the .cvspass file to configure hudson tool .

Answer

MariuszS picture MariuszS · Dec 10, 2010

this is simple, run form commandline

cvs -d :pserver:login:password@host:/dir/ login

This create .cvspass for you.

OR

simple paste to hudson CVSROOT variable this:

:pserver:login:password@host:/dir/

This is with password, so you dont need to create .cvspass