And how does it send each file across the network in client/server? (e.g.,
does it use ftp or something like that?)

Shlomo

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 4:53 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: How "cvs get" works


Reinstein, Shlomo writes:
> 
> I have a small question about the internals of "cvs get": How does "cvs
get"
> transfer the files from the repository to the checkout directory after
> extracting them from the RCS files? (How does it do that when the
repository
> is mounted locally and how does it do it in a client/server mode?)

When running locally, CVS reads the RCS file and writes the extracted
file directly into the checkout directory.  When running client/server,
the server does a local checkout into a temporary directory and then
sends each file across the network connection to the client who writes
them into the checkout directory.

-Larry Jones

I don't want to be THIS good! -- Calvin

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

Reply via email to