On 8/11/06, Andrew McIntyre <[EMAIL PROTECTED]> wrote:
It gets more complicated if there is
another revision, say 481122 that needs to be left out, then you do:
svn merge -r 480011:481111 http://svn.apache.org/repos/asf/db/derby/code/trunk/
svn merge -r 481113:HEAD http://svn.apache.org/repos/asf/db/derby/code/trunk/
I think you got the idea, but if the rev is 481122 then that should
actually read:
svn merge -r 480011:481121 http://svn.apache.org/repos/asf/db/derby/code/trunk/
svn merge -r 481123:HEAD http://svn.apache.org/repos/asf/db/derby/code/trunk/
andrew