In article <[EMAIL PROTECTED]> you write:
>
>I am looking for an automated way of handling dependencies, because if a
>module is changed all users needs to update & recompile it, and keeping
>track of changed modules is rather painful.

If you really think you need to keep everybody that much in sync,
do just a single checkout to an NFS-mounted directory used by everybody.

Watching for dependencies is not the job of CVS.  Use Makefiles
or whatever does the job for java.

                                                        Martin Neitzel

Reply via email to