Tagged Questions

6
votes
10answers
598 views

How Granular are your SVN “projects”: one big project containing several releated apps or one "project' per app

I define a project as an SVN directory containing trunk, branches, tags sub dirs. What criteria do you use when determining when to split a project into two or consolidate several projects into one? ...