Goeran Z�ngerlein wrote:

> I am quite new to CVS and try to use it at SourceForge. I installed
> WinCVS on my machine and the login already works fine.
> Here I get the message:
> *****CVS exited normally with code 0*****
> That should be okay?

If I remember my WinCVS correctly, yes, this is normal.


> Now I wanted to import a new module and here I get the following
> error
> message:
> cvs import -I ! -I CVS -m "version 0.1.2" phpDoc avendor start (in
> directory C:\PROGRAMME\WAMP\APACHE\HTDOCS\PHPDOC)
> cvs [server aborted]: "import" requires write access to the repository
>
> *****CVS exited normally with code 1*****

>
> What did I do wrong? I am the admin of that project and have CVS
> access. Perhaps my modulename and the path on the remoteserver are
> not
> set properly?

The obvious thing to check would be the permissions on the remote
server.  And of course your module names and your repository
specification.


>
> Here another error that I got when I tried a different way:
> cvs [EMAIL PROTECTED]:/cvsroot/phpDoc import
> phpDoc vendor start (in directory
> C:\PROGRAMME\WAMP\APACHE\HTDOCS\PHPDOC)
> cvs [import aborted]: cannot connect to socket: Connection refusedcvs
> login: can only use pserver method with `login' command
> cvs [login aborted]: CVSROOT: oberon@localhost:/cvsroot
>
>
> *****CVS exited normally with code 1*****
>
> Please help me! I don't know what to do!

Your repository specification is missing the ':pserver:' in front
(assuming the rest is correct, it should be
'-d:pserver:[EMAIL PROTECTED]:/cvsroot/phpDoc').  I
get the following error from import:

    Permission denied.
    cvs [import aborted]: end of file from server (consult above messages
if any)

and this one from login:

    cvs login: can only use pserver method with `login' command
    cvs [login aborted]: CVSROOT: oberon@localhost:/cvsroot

when I use an incorrect pserver speficication.  Could be a difference
between Linux & Windoze?

I'd expect SourceForge to have a page dedicated to telling you how to do
this step by step.  You might try going over that with a fine tooth comb.

Derek

--
Derek Price                      CVS Solutions Architect
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
The Christmas Pageant does not stink.
The Christmas Pageant does not stink.
The Christmas Pageant does not stink...

          - Bart Simpson on chalkboard, _The Simpsons_



Reply via email to