CVS help

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
Jérôme
Posts: 481
Joined: Tue 16. Mar 2004, 10:33
Location: Cologne, Germany
Contact:

CVS help

Post by Jérôme »

Does anybody of you know a bit about CVS? I've got an error on every action. I don't understand what it means and I need that to be fixed :). It is

Code: Select all

end of file from server (consult above messages if any)
Unfortunately there are no messages...

I would really appreciate any help!

- Jérôme
Pappnase

Post by Pappnase »

hello jerome

the best you can do is aks pSouper he knows a lot about cvs (as he told me). also if psouper have time maybe he can create an german docu! :wink:
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

sorry J (and sorry to you too Papp)
I only know TortoiseCVS
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

http://developer.apple.com/documentatio ... s_174.html
end 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.
http://developer.apple.com/documentatio ... html#SEC26

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 
Post Reply