Tagged Questions
7
votes
2answers
554 views
Should you bother with SVN branches if you only ever have one?
If we only work with one branch in Subversion, should we even bother? Can't we just work on the trunk to speed things up?
This is how we develop with Subversion:
There is a trunk
We make a new ...
6
votes
2answers
440 views
Tags or specify revision?
At my company, we have your typical svn structure. Each project has branches, tags and trunk.
repo
-Project A
* trunk
* branches
* tags
-Project B
* trunk
* branches
* tags
-Project C
* ...