cscout_checkout
;
after the file is modified CScout will try to execute the
command cscout_checkin
.
Both commands will receive as their argument the full path name of the
respective file.
If commands with such names are in your path, they will be executed
performing whatever action you require.
As an example, for a file under RCS control the following commands could be used:
#!/bin/sh co -l $1
#!/bin/sh co -m 'CScout identifier name refactoring' -u $1
Contents Previous Next (Language extensions)
Last change: Tuesday, June 17, 2003 1:57 pm
(C) Copyright 2000-2003 Diomidis Spinellis. May be freely viewed using web browsers and similar programs. All other rights reserved.