Bonjour,
comme le titre l'indique, j'ai un problème pour me connecter au repository CVS.
En fait, j'ai bidouillé un peu trop mon linux et je ne sais pas pourquoi, je me retrouve avec un version différente de CVS que prévue.
Mon poste :
Poste témoin :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 [root] # cvs --version Concurrent Versions System (CVS) 1.11 (client/server) Copyright (c) 1989-2000 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
Voici ce qu'il se passe si je tente de me connecter au repository :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 [root] # cvs --version Concurrent Versions System (CVS) 1.11.22 (client/server) Copyright (C) 2006 Free Software Foundation, Inc. Senior active maintainers include Larry Jones, Derek R. Price, and Mark D. Baushke. Please see the AUTHORS and README files from the CVS distribution kit for a complete list of contributors and copyrights. 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
Le compte anonymous ne possède pas de mot de passe, donc déja, c'est bizarre qu'il m'en demande un (surtout que le CVSROOT indique bien qu'il n'y a pas de password)
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 [root] # export CVSROOT=:pserver:anonymous:@mon.serveur.cvs:/cvsroot/xxx [root] # cvs login (Logging in to anonymous:@mon.serveur.cvs) CVS password: no such user anonymous: in CVSROOT/passwd cvs login: authorization failed: server mon.serveur.cvs rejected access to /cvsroot/xxx for user anonymous:
Autre chose que je ne comprend pas trop :
Je tourne sur CentOS 5.3 (Final).
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 [root] # rpm -ivh cvs-1.11.22-7.el5.i386.rpm Préparation... ########################################### [100%] paquetage cvs-1.11.22-7.el5.i386 déjà installé [root] # rpm -e cvs-1.11.22-7.el5.i386.rpm erreur: le paquetage cvs-1.11.22-7.el5.i386.rpm n'est pas installé
Avez-vous une idée sur ce problème ?
N'hésitez pas à me demander plus d'infos ...
Merci
Partager