I'm working with other developers using SVN. I'm new on SVN and I would like to understand better how is the best to use SVN.
At moment we have:
__ branch developer 1
Project 1 /___ branch developer 2
| /____ branch developer 3
|____ branches---- \____ branch developer 4
| \___ branch developer 5
|____ tags \__ branch developer 6
|
|____ trunk
They asked me, before start to develope, to:
- Update my Branch
- Merge my branch from other branches and solve conflicts, so I have to merge from dev1, dev2, dev3 and so on... Commit my works
Now, my question is... is this the right approch? It takes a lot of time to do so many merge... every time. Or we should use only one branch for all developers ? I'm really new on SVN and I don't want do something wrong... so I'll really appreciate you help to put me on the right way.