Book a Demo

Author Topic: Anyone using CVS?  (Read 4338 times)

garage_logician

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Anyone using CVS?
« on: February 06, 2005, 12:35:21 pm »
I have the trial version of EA and would like to use version control.  Everytime I attempt to set version control options it just hangs until I shut down EA.  I am running out of ideas.  Does this part of EA work?  


Molto Mike

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Anyone using CVS?
« Reply #1 on: February 07, 2005, 12:13:27 am »
Hi there,

we were trying out the CVS support recently (build 744) and it worked as expected.

Can you quickly describe the steps you're doing and when exactly it starts hanging?

What kind of cvs access are you using (pserver, file, ...)?

Mike
« Last Edit: February 07, 2005, 12:14:06 am by molto_b »

crossel

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Anyone using CVS?
« Reply #2 on: February 07, 2005, 01:44:33 pm »
Hi guys:


We are proving CVS with EA, and have had several problems, them comment my setting:

----------------------- Windows ---------------------------------
EA - build 744
CVSROOT= :pserver:[user1]:[password]@[IP]:/cvsroot

EA:
+Project
++Version Control
+++Set Version Control Options
[Version Control Configuration]
-Select type: cvs
-Unique ID: cvstest
-Local project path: c:\myworkspace\repositorio1
-Current user: user1 password
-CVS exe path: c:\cvs\cvs.exe
- CVS Explorer: [path]\wincvs.exe

Project View:
+View
++Use Case View
+++Business Process Model
select Buttom 2 of mouse:
Package Control, Configure:
[Package Control Options]
Control Package: ON
Version  Control: cvstest [ CVS c:\myworkspace\repositorio1]
XMI filename: businessProcessModelo.xml
UML/XMI type: Enterprise Architect XMI/XML 1.3
Owner: crossel

About folder "Business Process Model":
select Buttom 2 of mouse:
Package Control:

:-/  *** TROUBLE: Hidden "CHECK IN", "CHECK OUT".***

----------------------- Linux ---------------------------------
CVSROOT= :pserver:[user1]:[password]@[IP]:/cvsroot
group cvs= user1, user2

[whoami root]
mkdir /cvsroot
chown -R cvs /cvsroot
chmod ug+rwx /cvsroot

[whoami user1]
cvs login
cvs init (para crear el entonrno cvs en /cvsroot)
cd $HOME/myworkspace
cvs checkout CVSROOT
vi config (SystemAuth= no)
vi writers (user1, user2).
htpasswd -c passwd user1
htpasswd passwd user2
vi passwd (user1:[password encriptado]:user1)
cvs add passwd
cvs add writers
cvs commit
cp $HOME/myworkspace/CVSROOT/passwd /cvsroot/CVSROOT

//Import repositorio1
pwd ($HOME/myworkspace)
cvs import respositorio1 [user1] [release]


Regards,

Cristian Rossel.

Takeshi K

  • EA User
  • **
  • Posts: 632
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: Anyone using CVS?
« Reply #3 on: February 07, 2005, 02:55:27 pm »
Hello,

I know some old cvs.exe causes problems with EA.
If you don't use newest cvs.exe, please download
it and try again.

--
t-kouno
--
t-kouno

crossel

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Anyone using CVS?
« Reply #4 on: February 08, 2005, 08:14:47 am »
Guys:

I have Windows 2000 Professional, i have the last version the cvsnt-20.0.58d y the last version the EA 4.51.

*** TROUBLE ==> Hidden under the package under CVS, the options: "CHECK IN", "CHECK OUT".*** <==

To inserted element in the diagram CUN the package under CVS, it appears the following message:

"The  current diagram is locked against further changes. Unlock the diagram before attempting to insert further".

Please, some idea? ??? Bug EA?


Regards!!!.

Cristian Rossel.