You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Nicholas Pappas <ni...@rightstep.org> on 2004/12/21 23:22:10 UTC

Checking out multi-project repositories

	Hello all.

	First, I need thank everyone who helped me out in getting Subversion to 
work on Gentoo, and making the suggestions concerning IntelliJ IDEA 
which prompted me to go ahead with Subversion in the first place. 
Thanks. :)
	I've since set up a multi-project repository, and I'm curious about the 
"proper" way to check things out -- or how to suggest that others check 
things out.
	Here is my structure:

/rpgsuite
   core/
     client/
       trunk/
       tags/
       branches/
     server/
       ...
     common/
       ...
   modules/
     (nothing)

	Someone like myself would want everything, so should I checkout the 
root and point my IDE to the appropriate 'trunk' directories?  Or, is it 
more "proper" to check out each project (client, server, common) 
independantly?
	Another developer might only be interested in the client.  Should I 
point them to the 'trunk' directory, or should I point them to 'client' 
so that they get the 3 sub-directories?
	... or does it not really matter? :)

	Thanks again for all your help!

	Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org