In our last installment we created the directory structure we will be using for the development environment. Which was:
udid
|
|-> project
| |-> branches
| |-> tags
| |-> trunk
| |-> public_html
| |-> Udid
|
|-> simpletest
Today we will be adding a directory structure for the actual application itself, which means we will be working in the udid/project/trunk/Udid directory. Just as a refresher the public_html directory [...]



