project management - Projectmanagement: preparing next major version while still updating previous version -



project management - Projectmanagement: preparing next major version while still updating previous version -

this not language specific rather tool , management specific question. let's have software version 1.5 , i'm working on version 2.0 many new features. @ same time there might bugs in 1.5 need fixed , can't wait version 2.0 - need issue version 1.6

the question is, how manage branches of software locally on harddisk , in svn repository? don't want of new features implemented 2.0 appear in version 1.6 - on same time want bugfix create in 1.6 apply version 2.0.

so - how, what's proper way manage software if work in parallel on different future versions?

there's document on topic.

and if you're not restricted svn, here's more git-specific model example.

project-management

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -