These operations could take a while, so I suggest doing them before bed. I also recommend *not* doing svn switch to accomplish this; take the hit and get a clean tree.
Be careful with your working copies right around now. Move your trunk to somewhere else: $ mv trunk trunk-old Get the new trunk: $ svn co http://svn.openlaszlo.org/openlaszlo/trunk [...wait...] Verify that you've got a good happy build: $ cd trunk $ export LPS_HOME=`pwd` $ ant clean build webapp.deploy Hit http://localhost:8080/trunk/test/hello.lzx?debug=true and do Debug.versionInfo() and it should report a version 4.1.x.0. *poof* that's your new trunk. Get the devildog branch, if you want it: $ cd /path/to/branches/ $ svn co http://svn.openlaszlo.org/openlaszlo/branches/devildog [...wait...] $ cd devildog $ export LPS_HOME=`pwd` $ ant clean build webapp.deploy http://localhost:8080/devildog/test/hello.lzx?debug=true and do Debug.versionInfo() and it should report a version 4.1.x.0. And nobody but me probably wants paperpie, but if you do: $ svn co http://svn.openlaszlo.org/openlaszlo/branches/paperpie Let me know if there are problems -- I'm sure you will.
