[cle-release-team] Script to create Sakai 10 branch?

Anthony Whyte arwhyte at umich.edu
Thu Feb 13 09:36:06 PST 2014


Script?  Man, we need to teach you about SVN and MVN commands.

svn copy https://source.sakaiproject.org/svn/sakai/trunk/ https://source.sakaiproject.org/svn/sakai/branches/sakai-10.x -m "NOJIRA branch trunk to 10.x"
cd /tmp
svn co -N https://source.sakaiproject.org/svn/sakai/branches/sakai-10.x
edit .externals  (update paths)
svn propset svn:externals -F .externals .
svn propget svn:externals  (optional: have a look at the file before committing)
svn commit -m "NOJIRA update 10.x branch .externals"

Then increment the branch version
mvn versions:set -DnewVersion=10-SNAPSHOT  [Matt and I have talked about dropping the .0 from the version]
mvn versions:commit
mvn clean install  (confirm you can build)
svn commit "SAK-XXXX update trunk to 10-SNAPSHOT"

Then increment the trunk version

cd trunk
mvn versions:set -DnewVersion=11-SNAPSHOT  [Matt and I have talked about dropping the .0 from the version]
mvn versions:commit
mvn clean install  (confirm you can build)
svn commit "SAK-XXXX update trunk to 11-SNAPSHOT"


anthony whyte | its and mlibrary | university of michigan | arwhyte at umich.edu | 517-980-0228


On Feb 13, 2014, at 9:50 AM, Neal Caidin wrote:

> Hi Anthony,
> 
> Do you have any scripts to create the Sakai 10 branch? If not, it sounds like we will need to find other Sakai release team volunteers to figure out how to get the branch cut, after the Contrib tool work is done.
> 
> Thanks,
> Neal
> 
> -- 
> Neal Caidin
> Sakai Community Coordinator
> Apereo Foundation
> neal.caidin at apereo.org
> Skype me! (but let me know in advance for the first interaction) - nealkdin
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/cle-release-team/attachments/20140213/0d62507c/attachment.html 


More information about the cle-release-team mailing list