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) » |