"Serge GRACIA" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> How do I get CVS under UNIX in a version standalone (not a version > client-server )? Is it possible? The command cvs is both the server and client. You don't need to use it as server if the repository is local or you are running it through rsh or ssh from another machine. If the repository is in the same machine (local repository), just run cvs. If the repository is in another machine use the :ext: protocol; i.e. export CVSROOT=":ext:user_name@machine_name:/path_to_repository" and optionally export CVS_RSH=ssh Does this answer your question? -- R. Berber rberber @ mailandnews.com _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
