Book a Demo

Author Topic: Trouble: Integation with CVS  (Read 2282 times)

crossel

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Trouble: Integation with CVS
« on: February 07, 2005, 01:46:08 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:

Undecided  *** 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.