Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm setting up a new dev machine with Eclipse 3.7 Indigo. After pulling a my code down from SVN, the source tree in the Package Explorer is intermittently littered with a > to the left of the file name The parent package names have them too. (Note that this is an AspectJ project, but I don't think that matters.)

Package Explorer

What does the > indicate in the Eclipse Package Manager?

share|improve this question

1 Answer

up vote 9 down vote accepted

It means the file has been modified as compared to the version in your source control repository.

share|improve this answer
Bingo. This is different than how it behaved in earlier versions of Eclipse. There the icon changed. Probably because of the different SVN client setup. Hmmm...I don't like. – Stu Thompson Dec 2 '11 at 13:25
1  
OK, have found that this is all configurable in Preferences: Team >> SVN >> Label Decorations. Thanks for the pointer. Will accept your answer once the 10 minute time limit is over. – Stu Thompson Dec 2 '11 at 13:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.