On Mon, 2008-06-16 at 13:50 -0400, [EMAIL PROTECTED] wrote: > Hi Devs, > > The latest changes to Lenya-1.3 broke integration with Cocoon 2.1.11, > created ant build errors, and caused runtime errors with the > libraries. I gave up trying to fix the current branch and created a > new development environment from the 20080320 commit rev 639174. > > I am still learning Subversion. A commit from my current environment > should mix the new code with the broken branch. My development > environment is Eclipse-3.3.1.1 with Subclipse-1.2.4. I can create a > branch from a specific revision, but I have yet to discover how to > revert commits. > > How can the 1.3 branch revert to rev 639174?
http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.2 svn merge -r 303:302 http://svn.example.com/repos/calc/trunk Would be in your case something like svn merge -r HEAD:639174 https://svn.apache.org/viewvc/lenya/branches/revolution/1.3.x/ HTH salu2 > > Thank you, > solprovider > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
