문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top