Grouping modules under a sinlge folder in repository root

sendhilkumar_b <[email protected]>
Newsgroups gmane.comp.version-control.cvs.general
Message-ID <[email protected]>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.