svn - Subversion - Branching / Merging -


i have basic grasp of branching , merging in svn. branch, whatever, merge trunk.

do have merge trunk?

my scenario:

i have small applications in asp.net mvc2, using linq sql. mvc3 out, i'm gonna either upgrade mvc3 or redo scratch (using ef 4). in either case, next "version" going different have now.

i'm wondering how should handle svn part. should put in svn branch of current repository (/svn/project/trunk/mvc3) or should start new repository(/svn/project_mvc3/trunk).

keep in same repository. source code history doesn't respect “versions” (releases) humans.

once app reaches routine maintenance period in life cycle it's usual scenario create branch for maintenance of stable version, , keep developing upcoming version in trunk. generally, every time make public release, should make branch.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -