Matt Wood shared on SlideShare a short presentation of what would be Subversion Best Practices. Here are a few of them:
- Repositories need to be kept as simple as possible. Projects should be separated from each other.
- Use tags. Tags meant to give symbolic names to a group of files like snapshots.
- Use branches. Branches provide space to experiment (easily contain parallel changes without breaking production code). They are a good way to generate releases.
- Each release is a branch.
Happy merging.
Here is the presentation: