Possible Duplicate:
What do “branch”, “tag” and “trunk” really mean?
I am brand new to subversion, so please bear with me. I know that the standard directory structure for a repository are as follows:
/branches/
/tags/
/trunk/
I'm not sure what each of these directories are for. Could someone:
- describe the purpose of each directory
- provide a sample directory structure for project management in a single-user environment
- provide a sample directory structure for project management in a multi-user environment
- provide sample directory structure(s) for a parent project which will contain multiple add-ons, each being their own smaller project
Sorry for the crash list of questions. I will award extra points for good answers.
Thank you for your time!