Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Red arrow icon in subclipse

My computer set-up:

-eclipse with aptana studio 3 plugin, plugin development tools and subclipse

and i have 2 projects under version control. i managed to copy the files from one project to the second since i don't know how to merge two projects yet. when i tried to copy the js folder from one project to the other, this happens:

enter image description here

notice the red arrow. now, i thought it was nothing. i committed the project and left for work. when i went to the office and updated my copy of the project, i found out that the js folder was not there. when i checked the repository, the js folder was not there at all. i was sure it was there when i left home.

found this link which is a thread that gives an heads-up on subversion icons but this red outward pointing icon isnt there in the list.

what do they mean?

like image 806
Joseph Avatar asked Sep 26 '11 19:09

Joseph


3 Answers

Using Eclipse Mars.1 Release (4.5.1) and SVN 1.8.10. My icons reverted back to normal after running Team > Cleanup.

like image 173
krakenreleased Avatar answered Oct 18 '22 01:10

krakenreleased


The arrow indicates switched http://www.eclipse.org/subversive/documentation/teamSupport/svn_label_decor.php

like image 44
Jayendra Avatar answered Oct 18 '22 01:10

Jayendra


I see there is already a solution in the comments above, just thought id share my solution which seemed easier , simply

  1. Right click on project > Team > Disconnect (from repository)

  2. Right click on project > Team > Re-connect (to repository)

  3. Problem solved!

NOTE: After re-connecting had to commit all changes in project, seemed scary at first but simply updated version number. (I am always a little nervous when synchronizing with the repo)

NOTE: Using subversion SVN plugin in eclipse

like image 25
Curt Avatar answered Oct 18 '22 03:10

Curt