문제

I use Subclipse in Eclipse. After adding some files to the SVN ignore list of the root directory and all subdirectories, the Synchronize View shows changes for all directories. No file inside a directory has changed, it only shows the directories have changed (black outgoing arrow on each directory).

I am confused, because how can a directory change which already existed?

Trying to compare the directory with the latest version of the repository says "There are no differences with the selected inputs".

도움이 되었습니까?

해결책

The svn:ignore property has been set in each folder. Since svn properties are also versioned, this constitutes a change with respect to the repository. This would be true for any client and not just Subclipse. I'm not familiar with Subclipse so I don't know why this isn't appearing in a diff, but I know TortoiseSVN which does.

다른 팁

You changed the properties of the directories to ignore those filenames. There aren't any content differences - just directory properties.

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