Release Candidate Development
These are the steps that you will take when you want to develop changes for a release once a release candidate has been created.
What you want | How you do it |
---|---|
To checkout the RC trunk directory | Script: co_rctrunk |
To bring in changes from other people that occurred on the RC trunk after the checkout | SVN command: svn update |
To check in your changes | SVN command: svn commit |
To merge your changes to the trunk. (The result of this step is files modified on your trunk. You then must review the changes.) | Script: merge_rctrunk_to_trunk |
To commit the changes from the merge (after being reviewed) | SVN command: svn commit |
To remove the directory on your personal file system that was a checkout of the RC trunk. (This is optional, you can continue using this directory as a checkout of the RC trunk after doing your checkin.) | Unix command: rm -Rf |