user1872371
user1872371

Reputation: 341

Eclipse Indigo and SVN

I am using SVN with Eclipse. There appears a RED EXCLAMATION mark next to some of the resources in my IDE while others show a database icon. Also, there are some faded numbers next to each folder. What do all these mean? How can I remove the RED EXCLAMATION marks and the numbers?

Upvotes: 1

Views: 308

Answers (1)

NoNaMe
NoNaMe

Reputation: 6222

The red Exclamation sign shows the build path errors, as you can see the error that i have missing a jar file that is why it is showing this mark, if i remove this jar from build path or if i add the jar at proper location this error will get removed. See the image.

here is the image show the difference

1: That number showing the version of the document, version that SVN manage, when you will make some changes in any document and commit it at SVN this version number will get updated.

2: In your case hopefully that image and doc file (i-e jpg, png and docx) does not exist on that location properly. to remove this refresh the work space and rebuild the project.

3: One more thing may be you know that but there is a (>) greater then sign that show that this file is modified and not committed yet at SVN as soon as you commit it at SVN that sing will get removed.

Hope all this will help you...

Upvotes: 2

Related Questions