Hello, I was working with some projects web that had this struture: follows below.
- All projects was in three branches. One branch for bugs, one branch for improvement and one branch for deploy . *So, I migrate each folder of project to a new project and began to use a TRUNK and tags as recommended at svn book.* Formerly, at my "deploy tool", I was *only* using a branch for deploy; Now I use a tag for each project to deploy. At work, I had to do* **just* one switch for all projects. Now I have to do a switch for each project to work. (the projects has dependence). I am new at SVN, and a have a question about it: 1) What the advantages of to use the best practices (trunk and tags) as recommendded at svn book, if my work is more hard? Thank you and best regards, Fernando Freitas