Book a Demo

Author Topic: using EA/cvs with password for the cvs-repository?  (Read 2530 times)

matthias

  • Guest
using EA/cvs with password for the cvs-repository?
« on: April 27, 2005, 03:26:50 am »

How can I use EA / cvs with a password for the cvs repository ??

From the Project | Version Control submenu, I select "Set Version Control Options". Here I select the type button "cvs". I complete all fields (id, path etc.) and try "save".

I get an error message:
Error while initializing Version Control provider.
CVS reports the folllowing error:
cvs.exe: authorization failed, server rejected access for user...
cvs. exe: used empty password, try "cvs login" with a real password.

How can I tell EA the cvs - password ?

Takeshi K

  • EA User
  • **
  • Posts: 632
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: using EA/cvs with password for the cvs-reposit
« Reply #1 on: April 28, 2005, 01:19:35 pm »
Hello Matthias,

Before using Version Control in EA, please try to
login to the CVS server by WinCVS or other CVS tools.

After you login and make .cvspass file in your local machine,
EA automatically checks the file and you can use
Version Control in EA.

Hope this helps.

--
t-kouno
--
t-kouno

matthias

  • Guest
Re: using EA/cvs with password for the cvs-reposit
« Reply #2 on: May 03, 2005, 02:46:41 am »
Dear t-kouno,

thank you for your answer - now it works.

Important point: WinCVS 1.3 seems NOT to create the .cvspass file, at least at my machine.
I used an another cvs tool for login to the CVS server and got the file in this way.

Matthias