Hello everyone.
I'm trying to choose between two different types of directory structure. Which one do you recomend?
#1
/ repository root
|
+project
| + www
| | + trunk
| | + branches
| | + tags
| |
| + tools
| | + trunk
| | + branches
| | + tags
#2
/ repository root
|
+project
| + trunk
| | + www
| | + tools
| |
| + branches
| | + www
| | + tools
| |
| + tags
| | + www
| | + tools
There will be like 20 people working on that project.
Thanks in advance
Regards
Last updated