Manik Surtani wrote:
On 4 Feb 2009, at 18:24, Jason T. Greene wrote:
> All changes in trunk made after 7632 introduce major test regressions.
> In order to get things back, each commit needs to be merged(1) into
> your local tree, and then only AFTER you fix them and verify there are
> no test regressions, commit them.
>
> [1] example: svn up; svn merge -c 7635
Note that the correct form should be
$ svn merge -c 7635
https://svn.jboss.org/repos/jbosscache/core/trunk
in your working dir.
You can also use a ., which I left out:
svn merge -c 7635 .
--
Jason T. Greene
JBoss, a division of Red Hat