ios - How will the bug fixes in version 1 reflect in version 2 which has additional features -
i not source control,i having 2 projects namely project 1 (version 1) , project 1 (version 2). since version 1 old one,my work version 1 fix bugs in it. , have committed latest changes svn. have new requirement starting version 2,like additional features. have not yet committed project , there lying on desktop.
my main problem is,is there way whatever changes or more appropriately bug fixes reflect project 1(version 1) project 1 (version 2) when working on project 1(version 2) changes or new features should not reflected in project 1(version 1).
diagram may need.
project 1(version 1)-----> commit----->project 1(version 1)committed (bug fixes) ------>project 1(version 2) committed (bug fixes)
project 1(version 2)----->commit---->project 1(version 2)committed(new features) project 1(version 2) shows committed new features , not reflect in project 1(version 1)
how do this? using svnx tool mac.
Comments
Post a Comment