Using:
Trial version of Vault Version 4.0.6.15954
Eclipse 3.2.2
Vault Eclipse Plugin 4.0.6.15954 (retrieved using update manager within Eclipse)
I have imported my repository successfully into eclipse using the option to Save As... (new project). When I check out files, make an edit, save, I can't seem to get the Pending Change Set view to show files to commit. Same case when I right click a file, select Team > Check In...
Am I missing something?
Any help you can provide appreciated.
Mike
Eclipse Plugin Problem
Moderator: SourceGear
When you say you used the save as option that means you chose a location for your source that is not your eclipse workspace during the import process (most likely some existing working folder)?
Assuming that is true, there are a couple of options.
1. You can upgrade the plugin to beta1 or beta2. The 4.0.6 plugin is filtering your pending changeset by workspace path instead of individual project paths, this was fixed in beta1.
2. You can follow the instructions I gave this customer: http://support.sourcegear.com/viewtopic ... e&start=15
3. If you really don't need to use this existing working folder as your source location, you could just clear your workspace and re-import everything (letting eclipse use the default location).
Option 1 is the easiest, in my opinion.
Assuming that is true, there are a couple of options.
1. You can upgrade the plugin to beta1 or beta2. The 4.0.6 plugin is filtering your pending changeset by workspace path instead of individual project paths, this was fixed in beta1.
2. You can follow the instructions I gave this customer: http://support.sourcegear.com/viewtopic ... e&start=15
3. If you really don't need to use this existing working folder as your source location, you could just clear your workspace and re-import everything (letting eclipse use the default location).
Option 1 is the easiest, in my opinion.