when i do a svn status ., i get this:
! C auto-complete-config.elc
> local edit, incoming delete upon update
! + C auto-complete.elc
> local edit, incoming delete upon update
! + C popup.elc
> local edit, incoming delete upon update
! + C fuzzy.elc
> local edit, incoming delete upon update
basically, these files shouldn't be in the repository. A developer has removed them. Then, i think i did a svn rm ... after the fact by mistake (should've done svn update . instead).
So now, when i do svn status ., i get these tree conflict messages.
I found the doc here but not sure how to “merge” it according to the doc.
how to get rid of them?
I think my working copy is in sync with the repository. Don't know why these messages shows. These files should be removed and are removed as far as i know everywhere. I tried svn update . and svn revert . but i still get this message when i do svn status ..