Download Java source files from VSS

Folks, I have installed VSS and eclipse and would like to importa project into eclipseIf I choose File - Import, it is not displaying VSS in its list.Shouldnt VSS be shown ?Thanks
[214 byte] By [bhuru_luthriaa] at [2007-11-27 4:05:05]
# 1

Have you installed a VSS plugin to Eclipse? Why VSS, anyway? It's awful, costs money and isn't particularly suited to java projects. I'd suggest [url=http://subversion.tigris.org/]subversion[/url], [url=http://subclipse.tigris.org/]subclipse[/url] and maybe even [url=http://tortoisesvn.tigris.org/]tortoise[/url]

georgemca at 2007-7-12 9:10:02 > top of Java-index,Java Essentials,Java Programming...
# 2
yup.plugin installed for vss
bhuru_luthriaa at 2007-7-12 9:10:02 > top of Java-index,Java Essentials,Java Programming...
# 3

> yup.plugin installed for vss

The one I used (briefly) didn't give the option of importing, there was a VSS View. Don't know if you're using the same one, though. It was pretty flaky, too, and didn't always work. You're probably better off using the Microsoft VSS client to check the projects out, and then using "Import existing projects into workspace". That's what we always did, when I worked with VSS.

Do you need to use VSS in particular? If you can possibly manage it, try and move the projects into some other SCM, like CVS or Subversion

georgemca at 2007-7-12 9:10:02 > top of Java-index,Java Essentials,Java Programming...