1

I'm working on IntelliJ on window7. merging from the branch on my trunk with 7 files. but like below image, 7 files and 1 directory are displayed on changes. this directory, I didn't create.

I think this directory isn't physical directory, it's just meta data file. do you explain this situation and it directory's meaning?

thanks.

enter image description here

bahrep
  • 29,961
  • 12
  • 103
  • 150
uuidcode
  • 3,790
  • 3
  • 25
  • 30

1 Answers1

0

It looks like a property-only change to the directory. It adds svn:mergeinfo property as a merge result.

SVNBook | Merge and previews:

The svn:mergeinfo property is automatically maintained by Subversion whenever you run svn merge. Its value indicates which changes made to a given path have been replicated into the directory in question.

bahrep
  • 29,961
  • 12
  • 103
  • 150