Tagged Questions
6
votes
10answers
586 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?
...
0
votes
2answers
198 views
Subversion svn:externals - What's wrong here?
I first want to say I've read the Subversion manual. I've read this question. I've also read this question. Here's my dilemma.
Let's say I have 3 repositories laid out like this:
DataAccessObject/
...