When using Subversion, should developers be working off the trunk or should the trunk be only used for merges from each individual developer\'s branch and watched by a conti
Yes. it does not make any sense to make your latest branch your most recent release. Then, your trunk becomes outdated from your branches.