Thanks a lot for your help, it all works fine now, the error was the =. It came from a wrong use of setenv (I'm used to the export command). Sorry for all the work I caused you with that stupid error.
Vinzenz On 19.02.2004 17:47 Uhr, "Burton M. Strauss III" <[EMAIL PROTECTED]> wrote: > That spurious = seems wrong. > > Check your export line: > > CVSROOT=:pserver:[EMAIL PROTECTED]:2401/export/home/ntop > > > It works fine for me: > > $ cvs login > Logging in to :pserver:[EMAIL PROTECTED]:2401/export/home/ntop > CVS password: > > You may have to give it the :2401 (port number). Some versions of cvs > require it, some don't, some choke if you do give it. > > FWIW, > > # cvs --version > > Concurrent Versions System (CVS) 1.11.2 (client/server) > > Copyright (c) 1989-2001 Brian Berliner, david d `zoo' zuhn, > Jeff Polk, and other authors > > CVS may be copied only under the terms of the GNU General Public License, > a copy of which can be found with the CVS distribution kit. > > Specify the --help option for further information about CVS > > > -----Burton > > >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >> Of Schlumpf Goedel >> Sent: Thursday, February 19, 2004 10:36 AM >> To: [EMAIL PROTECTED] >> Subject: Re: [Ntop-dev] CVS problem >> >> >> Okay, I followed all the instructions, but when I'm doing the cvs >> login the >> following happens: >> [Gaspode:/Applications/Internet/my_ntop_goes_here] vaubee# cvs login >> (Logging in to [EMAIL PROTECTED]) >> CVS password: >> /export/home/ntop=: no such repository >> cvs [login aborted]: authorization failed: server cvs.ntop.org rejected >> access >> So the login connects to the right server, I enter the password ntop, cvs >> tries to access the right repository, but I still get an error. Sorry to >> bother you so much, but I really don't understand where my error is. >> >> Vinzenz >> >> On 19.02.2004 17:06 Uhr, "Burton M. Strauss III" <[EMAIL PROTECTED]> >> wrote: >> >>> There is only one server for ntop - ntop doesn't use SourceForge for our >>> cvs, it's hosted separately at cvs.ntop.org >>> >>> When you set CVSROOT for our server and do the cvs login it should >>> automatically update .cvspass >>> >>> This means you'll need to flop CVSROOT settings (or use the -d option) >>> depending upon which cvs you wish to access. >>> >>> -----Burton >>> >>>> -----Original Message----- >>>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >>>> Of Schlumpf Goedel >>>> Sent: Thursday, February 19, 2004 9:52 AM >>>> To: [EMAIL PROTECTED] >>>> Subject: Re: [Ntop-dev] CVS problem >>>> >>>> >>>> 1) I have the ~/.cvspass file, but it only lists >>>> :pserver:[EMAIL PROTECTED]:/cvsroot/fink A >>>> Do I just have to add the other server to that file? I would like to >>>> download the newer version, because fink only lists the version 1.1-11. >>>> 2) I get that error at the login, so the login wasn't successful >>>> 3) I already used CVS successfully >>>> >>>> Vinzenz >>>> >>>> On 19.02.2004 16:12 Uhr, "Burton M. Strauss III" >> <[EMAIL PROTECTED]> >>>> wrote: >>>> >>>>> You will also see such messages if >>>>> >>>>> 1) the ~/.cvspass file doesn't exist >>>>> >>>>> 2) you haven't successfully done a cvs login first >>>>> >>>>> 3) Some implementations don't like the port # on the CVSROOT variable. >>>>> >>>>> -----Burton >>>>> >>>>>> -----Original Message----- >>>>>> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf >>>>> Of Luca Deri >>>>> Sent: Thursday, February 19, 2004 9:04 AM >>>>> To: [EMAIL PROTECTED] >>>>> Subject: Re: [Ntop-dev] CVS problem >>>>> >>>>> >>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>>> Hash: SHA1 >>>>> >>>>> Vinzenz, >>>>> I have just tested the repository from remote and it works for me. >>>>> Please try again and make sure you've done what's described in >>>>> www.ntop.org/download.html >>>>> >>>>> Cheers, Luca >>>>> >>>>> Schlumpf Goedel wrote: >>>>> >>>>> | Hi, >>>>> | >>>>> | I tried to get the sourcecode with cvs as shown on the webpage, but I >>>>> | always get the error: /export/home/ntop: no such repository cvs >>>>> | [login aborted]: authorization failed: server cvs.ntop.org rejected >>>>> | access I also tried the other repository given at the sourceforge >>>>> | homepage, but that also gave the same error: /cvsroot/ntop: no such >>>>> | repository cvs [login aborted]: authorization failed: server >>>>> | cvs.ntop.org rejected access Which is the right repository to log >>>>> | into (with pwd: ntop ?!). Thanks, >>>>> | >>>>> | Vinzenz >>>>> | >>>>> | _______________________________________________ Ntop-dev mailing list >>>>> | [EMAIL PROTECTED] >>>>> | http://listgateway.unipi.it/mailman/listinfo/ntop-dev >>>>> >>>> _______________________________________________ >>>> Ntop-dev mailing list >>>> [EMAIL PROTECTED] >>>> http://listgateway.unipi.it/mailman/listinfo/ntop-dev >>>> >>> >>> _______________________________________________ >>> Ntop-dev mailing list >>> [EMAIL PROTECTED] >>> http://listgateway.unipi.it/mailman/listinfo/ntop-dev >>> >> >> _______________________________________________ >> Ntop-dev mailing list >> [EMAIL PROTECTED] >> http://listgateway.unipi.it/mailman/listinfo/ntop-dev >> > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
