From what i know - SVN Team > Update (^ALT U) updates the local version of the code with the changes in the repository - so that the non-conflicting changes in the repository are merged into my local code here and the conflicting ones are merged-still-and-marked to show the conflicts between my code and the one in the code base. however, i'm not getting my local code updated when i do the update.
I also tried Team > Update to Revision (^ALT D) with the "right kind of options".
How can i work this?
Is this an issue with SVN settings/preferences?
I'm running it on Eclipse/Luna. New project/installations, straightforward installation and default SVN settings on Eclipse.
TIA.
Note: I've seen svn update not updating and svn update is not working among some other discussions.
//=========================================
EDIT:
Running
Team->Show History
in Java view shows the revisions list. I see the same list when i do Show History
in SVN Repository Exploring
view.
This list seems all OK-- the kind i've seen on my other uses of SVN.
Running
svn info
in command prompt gave:
svn info
'svn' is not recognized as an internal or external command,
operable program or batch file.
I ran this command on a local shell in Remote Systems
view as described in the accepted answer of Is there an Eclipse plugin to run system shell in the Console?.