vc_exec cmdWhat 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"]