Error with CVS server on Ubuntu -
I have a dedicated Ubuntu 8.04 server on which I want to install a CVS repository. I have followed various guides to set it up and always get trapped at one point.
In my current endeavor I am not using a local account, but a CVDD generated user name / password.
On CVS version 1.12.13
Here's the trace:
$ cvs -t -d: pserver: pcm @ localhost: / cvsrepo checkout - & gt; Main: Session ID is cZozIZVrlXzLEMLt - & gt; Main Loop with CVSROOT = / cvsrepo - & gt; Safe_pace (where = (null)) - & gt; Open_connection_to_server (: pserver: pcm @ localhost: / cvsrepo) - & gt; Connect to the Local Host (127.0.0.1): 2401 CVS Checkout: Warning: Unrecognized response `S - & gt; Service_directory (.) 'From CVS server CVS Checkout: Warning: Unrecognized response `S - & gt; Diasvich (., / Cvsrepo /) 'CVS server from CVS Checkout: Warning: Unrecognized response `S - & gt; My_module (., Update, Zero, Faucet) 'CVS Server from CVS Checkout: Warning: Unrecognized response' S - & gt; Service_directory (.) 'From CVS server CVS Checkout: Warning: Unrecognized response `S - & gt; Diasvich (., / Cvsrepo /) 'CVS server from CVS Checkout: Warning: Unrecognized response `S - & gt; Do_cvs_command (checkout) 'CVS server from CVS Checkout: Warning: Unrecognized response' S - & gt; Server_notify () '[Checkout aborted] from CVS server CVS: The working directory could not be found: the function was not implemented S - & gt; Safe_space (where = (null)) - - Lock_Cleanup () S - & gt; Simple_Lock_Cleanup () S - & gt; Server_cleanup () - & gt; Close_connection_to_server () Tell me if other information is needed, I think that this is just a small permit problem which has been left.
CVS-T-D: Pserver: pcm @ localhost: / cvsrepo instead of checkout. Try out a module name CVSROOT
cvs -t -d: pserver: pcm @ localhost: / cvsrepo Checkout CVSROOT Your local directory Should go in
Comments
Post a Comment