
Code: Select all
end of file from server (consult above messages if any)
I would really appreciate any help!
- Jérôme
Code: Select all
end of file from server (consult above messages if any)
http://developer.apple.com/documentatio ... html#SEC26end of file from server (consult above messages if any)
The most common cause for this message is if you are using an external rsh program and it exited with an error. In this case the rsh program should have printed a message, which will appear before the above message. For more information on setting up a CVS client and server, see section 2.9 Remote repositories.
Code: Select all
2.9 Remote repositories
Your working copy of the sources can be on a different machine than the repository. Using CVS in this manner is known as client/server operation. You run CVS on a machine which can mount your working directory, known as the client, and tell it to communicate to a machine which can mount the repository, known as the server. Generally, using a remote repository is just like using a local one, except that the format of the repository name is:
:method:user@hostname:/path/to/repository
The details of exactly what needs to be set up depend on how you are connecting to the server.
If method is not specified, and the repository name contains `:', then the default is ext or server, depending on your platform; both are described in section 2.9.2 Connecting with rsh.
Server requirements: Memory and other resources for servers
Connecting via rsh: Using the rsh program to connect
Password authenticated: Direct connections using passwords
GSSAPI authenticated: Direct connections using GSSAPI
Kerberos authenticated: Direct connections with kerberos