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.

$ cvs -d: pserver: pcm @ localhost: / cvsrepo Checkout Cvs [checkout aborted]: The working directory could not be found: the function was not implemented < P> I have used two different methods, one CVS and xinetd to run the server, and currently I am trying to get the CVS / CVS method I am able to start the server in both ways and a local Log in to the server using the account or a CV created account Can i Once I try to try or import anything then I get an error.

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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -