Search code examples
visual-studiosvnvisualsvn

subversion structure questions


Just moved to subversion...from visual studio. I love it already! Can someone briefly explain

  1. Repository
  2. Branches
  3. Tags
  4. Trunk

Do I need to create a new repository for every project? Or a new trunk?

Thanks


Solution

  • You don't need a separate repository, but you can if you want. I recommend reading the book at http://svnbook.red-bean.com/. Grab the pdf version or whatever. It doesn't take too long, and it explains some things pretty well. I read it, and found that I'm glad I did.