Bug Merge Using Svn
How to merge bug occurred in one branch to another ..
Example : There is bug id :1010 (this开发者_开发知识库 is fixed using some 2 files) Under branch-5 i want to merge same files(2 files) to branch-3
Can anybody please help out?
Well, the process is something like this. Say you are merging some commits made in branch-5 into branch-3. So in branch-3 if you could select Merge from a range of revisions. Then in the URL of the branch where the revisions are present you would select the revisions where you committed the two files, and then merge. There is also a Test-merge option available in TortoiseSVN. The process should be similar in RabbitVCS Svn on Ubuntu. Sorry, never used a command line for SVN, though I think with this knowledge you could look it up on the SVN docs to find the command line equivalent. Hope this helps !
精彩评论