I had committed a single java source file (A.java) into a svn repository(local->remote) then later I renamed it as B.java (local). Now I see blue arrow pointing to left direction appears on the B.java in Package Explorer. Some said that blue arrow means "a versioned file that needs to be added to the remote repository. These are typically files you have either renamed or moved to a different directory.".
What should I do in order to safely commit the B.java file?
I use subclipse in eclipse helios IDE to check in/out files to/from svn repository.
svn mv(same assvn rename) to tell subversion that you are moving/renaming the file.