...
No Format |
---|
hende157:~ arwhyte$ svn del https://source.sakaiproject.org/svn/assignment/branches/sakai-2.5.5 -m "delete branch before recreating with new 2-5-x revision" Committed revision 60742. hende157:~ arwhyte$ svn copy -r60465 https://source.sakaiproject.org/svn/assignment/branches/sakai_2-5-x https://source.sakaiproject.org/svn/assignment/branches/sakai-2.5.5 -m 'Build assignment 2.5.5 branch' Committed revision 60743. hende157:~ arwhyte$ svn del https://source.sakaiproject.org/svn/calendar/branches/sakai-2.5.5 -m "delete branch before recreating with new 2-5-x revision" Committed revision 60744. hende157:~ arwhyte$ svn copy -r60464 https://source.sakaiproject.org/svn/calendar/branches/sakai_2-5-x https://source.sakaiproject.org/svn/calendar/branches/sakai-2.5.5 -m 'Build calendar 2.5.5 branch' Committed revision 60745. hende157:~ arwhyte$ svn del https://source.sakaiproject.org/svn/search/branches/sakai-2.5.5 -m "delete branch before recreating with new 2-5-x revision" Committed revision 60746. hende157:~ arwhyte$ svn copy -r53953 https://source.sakaiproject.org/svn/search/branches/sakai_2-5-x https://source.sakaiproject.org/svn/search/branches/sakai-2.5.5 -m 'Build search 2.5.5 branch' Committed revision 60747. |
Update .externals
OBSOLETE: .externals now pulls from head of branch. Check out 2.5.5 branch .externals to local tag prep folder and update revision numbers to last commit from above steps. This ensures that the next checkout will include all branch prep commits.
No Format |
---|
cd /Users/arwhyte/Development/svn/sakai_tag_prep svn co -N https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-4 sakai_2-5-4_branch (!) When running sed watch out for mucking up the content-review project when searching on -r. sed 's/-r [0-9]*/-r 55588/' < .externals > .externals_temp cp .externals_temp .externals svn propset -F .externals svn:externals . svn propget svn:externals svn commit -m "tag prep for next release" |
...
No Format |
---|
<profile> <id>taglib</id> <modules> <module>gradebook/app/ui</module> <module>help/help-tool</module> <module>jsf/widgets</module> <module>mailtool/mailtool</module> <module>metaobj/metaobj-util/tool-lib</module> <module>msgcntr/messageforums-app</module> <module>osp/common/tool-lib</module> <module>osp/glossary/tool-lib</module> <module>osp/jsf/widgets</module> <module>osp/presentation/tool-lib</module> <module>podcasts/podcasts-app</module> <module>postem/postem-app</module> <module>profile/profile-app</module> <module>roster/roster-app</module> <module>rwiki/rwiki-tool/tool</module> <module>sam/samigo-app</module> <module>sections/sections-app</module> <module>sections/sections-app-util</module> <module>syllabus/syllabus-app</module> </modules> <profile> |
Update .externals
OBSOLETE: .externals now pulls from head of branch. Check out 2.5.5 branch .externals to local tag prep folder and update revision numbers to last tag prep commit. This ensures that the next checkout will include all tag prep commits.
No Format |
---|
cd /Users/arwhyte/Development/svn/sakai_tag_prep svn co -N https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-4 sakai_2-5-4_branch Update manually component project only in .externals. Do not run sed and overwrite other projects. svn propset -F .externals svn:externals . svn propget svn:externals svn commit -m "tag prep for next release" |
...