info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Grouping modules under a sinlge folder in repository root


From: sendhilkumar_b
Subject: Grouping modules under a sinlge folder in repository root
Date: Tue, 27 Jan 2009 13:27:43 -0800 (PST)

This is my day1 with cvs.
I have my cvs repository in AIX machine
cvs root is /home/cvsroot
In my eclipse workspace I have projects app1,app2,app3,app4

I used eclipse (Team - Share Project -share app1) to add app1 to to cvs
repository
(same for app2,app3,app4)

now, under /home/cvsroot there are modules.
app1
app2
app3
app4

But, app1 and app2 are used by TeamA
app3 and app4 are used by TeamB

Now, to group these modules,
I connected to the machine where the repository is.
cd /home/cvsroot
and created new folders TeamA and TeamB (using mkdir)
and then simply moved app1 and app2 to TeamA (using mv)

Now /home/cvsroot has 2 folders TeamA and TeamB
under TeamA is app1 and app2, under TeamB is app3 and app4

/home/cvsroot
  TeamA
    app1
    app2
  TeamB
    app3
    app4

Now,to get app1 from repository(from eclipse)
Import from CVS -> connect to /home/cvsroot ->browse throught folder Team1->
import app1

is this the right way of grouping modules?
-- 
View this message in context: 
http://www.nabble.com/Grouping-modules-under-a-sinlge-folder-in-repository-root-tp21694807p21694807.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]