vc_fetch_revision

one of the documented procedures in this installation of the ACS
Usage:
vc_fetch_revision   path
What it does:
Returns the revision number for a file, or the empty string if no version control information is available.
Defined in: /web/philip/tcl/vc-defs.tcl

Source code:


    return [lindex [split [vc_fetch_summary $path] "/"] 2]


philg@mit.edu