vc_exec

one of the documented procedures in this installation of the ACS
Usage:
vc_exec   cmd
What it does:
Wrapper for exec that sets up the correct environment for CVS and starts execution from [acs_root_dir].
Defined in: /web/philip/tcl/vc-defs.tcl

Source code:


    set cvs [ad_parameter CvsPath vc "/usr/local/bin/cvs"]
    return  [exec /bin/env CVS_RSH=/usr/local/bin/ssh sh -c "cd [acs_root_dir] ; $cvs -d [vc_fetch_root] $cmd"]


philg@mit.edu