svn: REPORT response handling failed to complete the editor drive -
i created branch in svn , i'm trying merge trunk. running command:
# in branch working copy svn log --stop-on-copy # in trunk working copy svn merge -r <last revision previous command>:head <path branch> and receive response:
svn: report response handling failed complete editor drive i don't understand error message @ all. doesn't seem server issue can still run 'svn update' , can merge trunk branch, can't merge branch trunk. idea what's wrong?
i ended figuring out. because had updated branch changes trunk. when tried merge when branch created current trunk, svn ended having heart attack , couldn't figure out during revisions merge occurred. able fix leaving out specific revisions while merging trunk.
Comments
Post a Comment