Hello, On 20/04/15 14:17, Hari Shankar Jena wrote: > I am trying resynch a branch with trunk and I used svnmerge. However, > svnmerge able to merge few revisions and suddenly it throws an error. Error > is > mentioned below. > > property 'svnmerge-integrated' set on '.' > > property 'svnmerge-blocked' set on '.' >
Note that usage of svnmerge is obsoleted for a long time now in favour of svn merge and merge tracking. > svnmerge: command execution failed (exit code: -6) > svn --non-interactive merge --force -r 4230:4264 > http://svn.ipaccess.com/repos/aplte/trunk . > Out of memory - terminating application. The command failed to execute as it or the OS ran out of memory. > Can someone please help to understand what is this error and reason and > solution > for this error? Upgrade to the latest version of Subversion in case this bug was already fixed and try again. Andreas