Bugs item #1791, was opened at 20/02/2009 17:35 You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1791&group_id=8 Or by replying to this e-mail entering your response between the following markers: #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ (enter your response here) #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+
Status: Closed Priority: 4 Submitted By: Benjamin POUSSIN (bpoussin) Assigned to: Eric Chatellier (chatellier) Summary: Probleme pour utilise un repo de data recupere via svn Category: data synchronization Group: ver-3-0 Resolution: Fixed
Initial Comment: J'ai un repo recupere en "svn co ..." en R/W. Et j'aimerais l'utiliser pour les simulation. Dans mon fichier de config, je pointe donc dessus mais le probleme est qu'il me dit que le protocole a change et si je veux le changer. A mon avis c pas normal qu'il me pose cette question. Je repond donc non et j'ai la trace qui suit. Donc deux problemes: - la question qu'il me pose sur le protocole qui change - une exception si je repond non DEBUG [main] (IsisFish.java:123) main - init done in 0.809. INFO [main] (IsisFish.java:302) initVCS - Check state of local repository: /usr/local/src/PROJET/lutin/isis-fish-data-trunk INFO [main] (VCSSVN.java:170) isConnected - Connexion au serveur disponible, passage en mode connecté : svn://labs.libre-entreprise.org/svnroot/isis-fish-data/ INFO [main] (AbstractVCS.java:90) fireAction - Canceled action: SWITCH_PROTOCOL DEBUG [main] (VCSSVN.java:1036) isTag - Le tag 3.2.0 n'existe pas WARN [main] (IsisFish.java:131) main - Error during vcs initialisation fr.ifremer.isisfish.vcs.VCSException: Impossible d'obtenir le statut distant de fichier at fr.ifremer.isisfish.vcs.VCSSVN.getRemoteStatus(VCSSVN.java:626) at fr.ifremer.isisfish.vcs.VCSSVN.checkFileStatus(VCSSVN.java:251) at fr.ifremer.isisfish.IsisFish.initVCS(IsisFish.java:408) at fr.ifremer.isisfish.IsisFish.main(IsisFish.java:129) Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: Authentication required for 'bpoussin@svn+ssh://labs.libre-entreprise.org' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:47) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:41) at org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getFirstAuthentication(DefaultSVNAuthenticationManager.java:176) at org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open(SVNSSHConnector.java:82) at org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open(SVNConnection.java:73) at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.openConnection(SVNRepositoryImpl.java:1234) at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.testConnection(SVNRepositoryImpl.java:95) at org.tmatesoft.svn.core.io.SVNRepository.getRepositoryUUID(SVNRepository.java:279) at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:339) at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:327) at org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(SVNStatusClient.java:336) at fr.ifremer.isisfish.vcs.VCSSVN.getRemoteStatus(VCSSVN.java:614) ... 3 more INFO [main] (IsisFish.java:134) main - after init done in 15.175. ----------------------------------------------------------------------
Comment By: Eric Chatellier (chatellier) Date: 23/02/2009 11:32
Message: Fixé. Il faut que Isis soit aussi configuré pour se connecté en mode (r/w). Isis demande maintenant la passphrase, si une clé est spécifiée, et que la première connexion échoue. ---------------------------------------------------------------------- Comment By: Eric Chatellier (chatellier) Date: 20/02/2009 18:36 Message: Il manque de la conf dans $HOME/.isis-config-3 vcs.username=login vcs.protocol=svn+ssh Mais du coup, il y a une autre erreur pour l'utilisation de la passphrase :( ---------------------------------------------------------------------- You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1791&group_id=8