May I know what visual sourcesafe explorer is and what it will do?
2 Answers
Visual sourcesafe explorer is the (windows only) client program most often used to communicate with visual sourcesafe databases. It has an interface that sort of looks like the explorer in windows which I suppose lead to this name.
The program allows you to interact with the visual sourcesafe database. It is considered by many to be very user unfriendly, very limited in features, and generally a pain to use. If you are not forced by violence or exorbitant pay to use it I'd stay away from it, and any job that involves using it.
If you can make your own decisions, use cvs, subversion, git, mercurial, bazar, or really anything suggested here, here, here or here.

- 1
- 1

- 7,060
- 3
- 26
- 50
Visual Sourcesafe is an old source control system from Microsoft. It has not been updated in many years and is not suitable for use with new projects.
A better choice for source control might be Subversion.

- 951,095
- 183
- 1,149
- 1,285
-
hi Mr.Greg Hewgill u r saying that visual sourcesafe is an old source control, but most of some developement companies are using this. how it is different from other i mean Subversion – Surya sasidhar Jan 04 '10 at 09:37
-
If you're still using VSS for an old project, then the "Visual Sourcesafe Explorer" is the GUI interface to the VSS repository. Run it and view the Help menu within the application for more information. – Greg Hewgill Jan 04 '10 at 09:53
-
Any company still using this is not a company you want to work for. Unless you are very hungry, and quite desperate to eat. – Warren P Apr 09 '10 at 19:37