COLLADA DOM release packages

From COLLADA Public Wiki
Revision as of 01:47, 21 March 2008 by SteveT (talk | contribs) (New page: This page describes how to do a release of the DOM. This will likely only be useful for the DOM maintainers. In the commands below, I have the 'sfdom' env var set to https://collada-dom.s...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page describes how to do a release of the DOM. This will likely only be useful for the DOM maintainers.

In the commands below, I have the 'sfdom' env var set to https://collada-dom.svn.sourceforge.net/svnroot/collada-dom

Tag the release

svn copy $sfdom/trunk $sfdom/tags/2.0 -m "Tagging the 2.0 release of the DOM."

Windows

Check out two copies of the release branch. One will be for building with VS 2005 and the other will be for building with VS 2008.

svn co $sfdom/tags/2.0 dom-release-vs8 svn co $sfdom/tags/2.0 dom-release-vs9

If you need to repeat the process of building the release, you can just do an svn update in those folders instead of checking them out again.

Now run the script to convert the VS 2005 projects to VS 2008.

dom-release-vs9\projects\vc8\convertToVS9.bat