What is branched in a repository?
- by Peter M
Ok I hope that this will end up sounding like a reasonable question.
From what I understand of subversion if you have a repo that contains multiple projects, then you can branch individual projects within that repo (see SVN Red book - Using Branches)
However what I don't quite follow is what happens when you create a branch in one of the…