This action allows you to Get the Latest Version of files or projects from a Visual Source Safe database. For detailed descriptions of the options available, see your Visual Source Safe 6.0 documentation or MSDN.

How to override Global Options for the Source Safe actions.

You can specify a date string in the Label field. If a date and time is specified, then source safe will get the versions of the specified files with that exact date & time, if there is no version with that date & time then the file will not be retrieved. If you specify just a date, then source safe will get the latest versions of the specified files as at the specified date.

Scripting Info

The Action properties available are :

property  SSProject : WideString;// The name of the source safe project, eg. $/test/subpoject

property  WorkingFolder : WideString;// The folder where the local copy will be placed.

property  FileSpec : WideString;// The file specification for files to check out , you may use wildcards in this

property  KeepCheckedOut : WordBool;// Keep File Checked Out.

property  RemoveLocalCopy : WordBool;// Remove the local copy after check in.

property  Comment; //Add a comment when checking file in.

property  Recursive : WordBool;// Recurse sub projects, checking in files/project which match the filespec

property  BuildTree : WordBool;// Build the local folders using the project names, overrides the working folders

property  FileTime : integer; // Determines which time to set on files,

   valid values are : ssDefault,ssCurrent,ssModification,ssCheckIn

property  ReplaceWritable : integer;//  Determines how to handle local files that are already writeable,

   //  valid values are : ssReplace, ssSkip, ssMerge

property  UserID : WideString;// Source Safe User ID, only needed if you do not want to use the default

property  Password : WideString;// Source Safe pwd for above user id.

property  IniFile : WideString;// path to source safe ini file (if you do not want to use the default

  • No labels