You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Damien McKenna <dm...@thelimucompany.com> on 2004/10/18 16:55:16 UTC

Multiple web projects, best organizational method?

What's the best way of organizing multiple (web) projects?

I've got about a dozen different sites and assorted projects which I'm 
migrating from CVS and Perforce over.  Right now I've got about half of 
them converted and they're installed as multiple repositories, but now 
I'm wondering if I should have done it as simply sub-directories within 
the same repository instead?

Anyone have any suggestions?
-- 
*Damien McKenna* - Web Developer - dmckenna@thelimucompany.com 
<ma...@thelimucompany.com>
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
"Nothing endures but change." - Heraclitus

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

Re: Multiple web projects, best organizational method?

Posted by Peter Valdemar Mørch <sw...@sneakemail.com>.
I guess it depends on whether / how much they share any files.

I'd say that if they share even one, then they should be in the same 
repository, so that tags etc. can apply to all of them.

Note that you can merge or separate them later if you so wish..

To merge them you can use svk (or maybe svnadmin dump+load into another 
repos - I'm not sure about the dump/load here...)

To separate them you can svn dump and filter into several new repositories.

Peter

Damien McKenna dmckenna-at-thelimucompany.com |Lists| wrote:

> What's the best way of organizing multiple (web) projects?
> 
> I've got about a dozen different sites and assorted projects which I'm 
> migrating from CVS and Perforce over.  Right now I've got about half of 
> them converted and they're installed as multiple repositories, but now 
> I'm wondering if I should have done it as simply sub-directories within 
> the same repository instead?
> 
> Anyone have any suggestions?

-- 
Peter Valdemar Mørch
http://www.morch.com

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