CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/04/04 05:29:57
Modified files:
usr.bin/cvs : client.c remote.h server.c
Log message:
properly expand modules if requested by the client,
this option is needed so gnu cvs clients can play along
properly when running checkout <module> in a remote setup.
if we do not support this, gnu cvs refuses to send us any
existing files already on disk and opencvs will consider everything
as NEEDS_CHECKOUT, instead of running an update on existing stuff.
problem noticed by fgsch@
commited with opencvs, but please everybody else
do not use opencvs to commit yet.