deployment
What is the correct way to use and mark code for deployment in SVN?
We use SVN for source control. I have the following questions:
1. When should we tag a release?
2. When should we branch a release?
3. Are there MIT-specific naming conventions that we should use with our releases?

