While rereading the SVN Book, I noticed instructions for creating a branch on a subdirectory of the trunk. So I decided to create a branch on just the php subdirectory of a project: svn copy http://localhost/svn/ll/trunk/php http://localhost/svn/ll/branches/phpMVC The branch development was adopted, thus requiring merging the code back into the trunk. Overall, using a branch […]