This is the basic structure of any of my Subversion repositories:
/ |-- PROJECT NAME (or Abbreviation) | |-- branches | |-- tags | `-- trunk |-- PROJECT NAME (or Abbreviation) | |-- branches | |-- tags | `-- trunk
By default all the material put under version control lives in the trunk
directory. This is where most of the development will occur.