ben writes:
> 
> If this is in the documentation anywhere it's managing to elude me. Is
> there a functional way to remove or completely disable the cvs server
> daemon separately from the client? This would be on Linux machines
> with cvs installed via rpm's, which give no option to install only the
> client.

You don't seem to know that there's only one CVS executable -- it
provides client, server, and stand-alone functionality.  Bundling the
client and stand-alone makes sense since it allows users to access both
local and remote repositories without having to use different commands. 
Bundling stand-alone and server makes sense because the server uses
nearly all of the stand-alone code.  Although you can build a CVS
executable without client and/or server functionality, it's rarely done
except on platforms that can't support the client and/or server
functionality.  Standard CVS doesn't have an option to build a client-
only executable.

-Larry Jones

I stand FIRM in my belief of what's right!  I REFUSE to
compromise my principles! -- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to