the .cvspass file ought to be created when you do a cvs login.... there are a host of issues that can crop up with this on a windows box though..least of which is where the file is created..
I would make sure that you set a HOME environment variable and make sure you see it set in the shell that you run the cvs login from...then the .cvspass file will be generated in that directory. the cvs documentation shows a number of the pitfalls that can crop up with this process. a general rule of thumb is that if you can execute the cvs commands in a cmd prompt without authentication issues when maven-scm and continuum things shouldn't have a problem. jesse On 9/20/05, Mick Knutson <[EMAIL PROTECTED]> wrote: > > I am trying to setup scm in maven, and I am using wincvs to access my cvs > server. I have searched, and do not find a .cvspass file and maven is also > complaining about this. > > How do I fix this issue? Create a .cvspas file? How with WinCvs? > > Thank You > Mick Knutson > > Sr. Java/J2EE Consultant > BASE logic, inc. > (415) 648-1804 (S.F., CA) > http://www.BASELogic.com > > HP Consulting Services (Walnut Creek, CA) > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- jesse mcconnell
