svn - Weird delete on merge in Subversion -


i have subversion repository trunk , branch. when try merge trunk branch (no matter if use tortoisesvn or commandline svn), directory , included file become marked deletion. in merge log there no incoming delete file.

if run svn status now, shows me like

d  +  path/to/directory d  +  path/to/directory/file 

edit: Álvaro g. vicario pointed out, + indicates "history scheduled commit" -- mean in situation?

now scared, (because discovered accident) might have had data loss on similar merge in past without noticing. can give me hint on might have happened here?

if unsure, recommend start again , tortoisesvn. assuming didn't commit merge yet, find branch working copy and:

  1. right click on working copy root , revert.
  2. right click on working copy root , check modifications. remove unversioned items if any.
  3. right click... , merge. pick "merge range of revisions" , next. pick trunk @ "url merge from". hit show log , highlight revisions want merge. bottom panel display changed items. when happy, click ok , proceed merge.
  4. right click... , check modifications inspect committed. pay special attention "copied url" column. (right click on column headers show/hide columns.)

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -