I have made an SVN checkout (using Tortoise SVN). Then imported it in Eclipse workspace (placed in a different directory) as Makefile Project with Existing Code
. This seemed to work fine.
But it appears that Eclipse doesn't see that this is an SVN checkout. I don't see any way of for example looking at local changes to a file or its history.
Yet I do have SVN plugins in Eclipse. In particular I can browse the SVN repository without a problem.
How to tell Eclipse to work with existing checkout? Is that possible?
If not I could consider checking out from within Eclipse (but will I still be able to use that checkout with Tortoise SVN?). But how to make it to external directory (not a subdirectory of workspace)? How then to make Eclipse interpret it as Makefile Project with Existing Code
?
Update:
I have following software installed within Eclipse:
- Collaboration
- Subversive SVN Integration for the Mylyn Project (Optional) 1.1.0.I20130527-1700
- Subversive SVN JDT Ignore Extensions (Optional) 1.1.0.I20130527-1700
- Subversive SVN Team Provider 1.1.0.I20130527-1700
- Subversive SVN Team Provider Localization (Optional) 1.1.0.I20130527-1700
- Subversive SVN Team Provider Sources 1.1.0.I20130527-1700
- Subversive SVN Connectors
- Subversive SVN Connectors 3.0.1.I20130507-1700
- SVNKit 1.7.9 Implementation (Optional) 3.0.1.I20130507-1700
And from Eclipse Marketplace:
- Subversive - SVN Team Provider
In Preferences/Team/SVN/SVN Connector I can chose one of:
- Native JavaHL 1.7.9 r1462340 (SVN 1.7.9)
- SVNKit 1.7.9 r9659_v20130411_2103 (SVN 1.7.9 compatible, all platforms)
Tortoise SVN is in version 1.8.1, Build 24570, 64bit (Eclipse is 32).