[EMAIL PROTECTED] schrieb: > [EMAIL PROTECTED] writes: > >> With a check-out of the current trunk code from svn, in order to avoid errors >> after a build, it is necessary to tell Version.js that it should expand the >> '$Rev$' keyword. In order to do this, after the checkout, change directory >> into trunk/qooxdoo/frontend/framework/source/class/qx/core/ and issue: >> >> svn propset svn:keywords "LastChangedRevision" Version.js >> >> Then remove Version.js and do "svn update". >> >> There is likely a way to tell svn to set this property by default. If there >> is, it should be documented on the checking_out_from_svn page. (Maybe adding >> >> * = svn:keywords=LastChangedRevision >> >> or something like that in ~/.subversion/config would work, but I haven't >> tested it. >> >> If not, then the propset statement should be documented on that page. >> >> Without doing this, $Rev$ is not expanded in Version.js, the Version class >> definition errors out and fails to be properly defined, and Init then fails >> because this.getComponent()._onload() is undefined. >> >> Hopefully, this will save someone some grief. > > It seems that this may be an issue of what version of svn is used to retrieve > the source. The keyword "Revision" was already specified for Version.js, but > that doesn't work with some versions of subversion. According to the docs, > "LastChangedRevision" is supposed to work with all versions of svn, so I've > changed that property in the repository. Hopefully, that'll solve the problem > for everyone, rather than create a new problem for someone.
Hi Derrell, thank you for this information. I didn't know this previously. Cheers, Sebastian > > Derrell > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
