Storing Flash, ColdFusion and SQL in subversion
Monday, August 13th, 2007Most 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 […]