chapter31

development in a land far far away…

at the moment

History is not what happened. History is what was written down.

Archive for the 'SVN' Category

Most developers who use Source Code Management are familiar with the fact that while you can have any directory you want in your ‘repositories’, it is recommended that you use the following directories as a base layout:

branches
tags
trunk

The trunk directory will hold the “main line” of development, a branches directory will have “branch-ing” development (perhaps a […]

Read the rest of this entry »