In Subversion, how should I set up a new major version of my application?
Posted
by
Steve McLeod
on Programmers
See other posts from Programmers
or by Steve McLeod
Published on 2012-12-07T05:15:00Z
Indexed on
2012/12/07
5:20 UTC
Read the original article
Hit count: 211
version-control
|svn
I'm about to start work on a new version (version 4) of my commercial application. I use Subversion.
Based on your experiences, mistakes, and successes, how would you recommend I set up the new version in Subversion?
Here's some info: I intend to keep releasing critical updates in version 3 for some time after version 4 is released. However all development of new features will be solely in version 4.
In case it is relevant: I'm a solo developer on this product, and that is likely to remain the case.
© Programmers or respective owner