VssDelphi 1.0
==============

Purpose
=======
This little program let's you interact with Microsoft's
Visual Source Safe source code control program from inside
Borland's Delphi. The program adds a 'source safe' menu
to Delphi and also an 'open from source safe' menu inside
the 'File' menu. It will let you do basic operation
like checkout/checkin/get etc. 

Installing
==========
To install, Simply run VssSetup.exe, And choose the
version of delphi to install to (In most cases there will be
only one version). You do not have to uninstall the current
version of vssdelphi you have. Just make sure borland delphi 
is closed while you do the install.

Uninstall
==========
To uninstall, go to the "add/remove programs" in control
panel and choose "remove".
If you can't find vssdelphi there, run "VssSetup /u". It 
should be in your delphi directory.


Projects
=========
If you have a project already in source safe and you want
delphi to recognize that project, all you have to do is
choose "File|Open from source safe" and choose the project where
your .dpr file is. delphi will open the project, and now
source safe menu items will be enabled.

Note: VssDelphi stores info about the project in the Project.dsk
file. If you check in the project before you close it. the .dsk
file will not be saved (it will be read only), and the next time you
open the project. the source safe menu items will be disabled again.

To overcome this problem. the first time you open a project from
source safe, Close it, and open it again, the .dsk will be updated
with the information vssdelphi needs. I intend to fix this problem
shortly.

Changes
========
Show history now works. More than few bugs were fixed. 
Enojoy!

Status
=======
This program is shareware. You can distribute the program, but
you must register the program if you want to use it.

If you have any questions or suggestions:
Please! Email me:
Eyal Post, eyal@ladpc.gov.il

Thanx.