From: Michael S. <msa...@pc...> - 2005-06-16 19:20:52
|
This is an overview of the cleanup that will be occurring in the repository this afternoon at 4pm. Please remember to commit all changes to GUS and install before then. 1) The trunk for both GUS and install will be tagged as pre-3.5. 2) The 3.5 branches will be merged into the trunk. 3) The rel_3_5 branches will be removed. 4) Both projects will get testing-3.5 branches. Once complete, you'll need to do the following (for both GUS and install). For 3.0 codebases: From the project directory (i.e. $PROJECT_HOME/GUS or $PROJECT_HOME/install) svn switch https://www.cbil.upenn.edu/svn/gus/PROJECT/tags/pre-3.5 (replace PROJECT with GUS or install as appropriate). NOTE: You should not perform any commits against anything in the tags directory!! Commits should only be performed against the trunks or branches. Please see me for further details about fixing bugs in the 3.0 codebase. For 3.5 codebases From the project directory (i.e. $PROJECT_HOME/GUS or $PROJECT_HOME/install) svn switch https://www.cbil.upenn.edu/svn/gus/PROJECT/branches/testing-3.5 (replace PROJECT with GUS or install as appropriate). NOTE: only 3.5 bug fixes should be committed against the testing-3.5 branch. If you have a great new feature you want to begin implementing, you should checkout the trunk (after the move) and do your work there. Once testing is complete, the current revision on the testing-3.5 branch will be packaged and made into a tar.gz file for release. That revision will also be tagged (as release-3.5) and the testing-3.5 branch will be removed. Please let me know if you have any questions, Mike |