Possible Duplicate:
What do “branch”, “tag” and “trunk” really mean?
What is the reasoning behind the recommended layout for Subversion repositories?
I'm using Subversion for source control and I see that it follows some conventions about the directories structure. There are three directories at the project root : branch, tags, trunk.
What are the differences between these directories?
What are the recommendations about what to place in each directory?
Finally, what are the best practices about how to use this structure?
PS: My question is not related to the difference between the two different layouts (single repository or one repository per project).
Thanks for your explanations!