Ticket #690 (closed defect: wontfix)
Svn update is not working on svn.tuxfamily.org
| Reported by: | pasnox@… | Owned by: | alwin |
|---|---|---|---|
| Priority: | urgent | Milestone: | not applicable |
| Component: | All | Version: | 1.4.x |
| Severity: | major | Keywords: | |
| Cc: |
Description
Using current ( 1.4.1 ) version under Kubuntu Karmic no longer works, each time i try to update i got theses errors, the errors does not happend when i use googlecode svn ( http protocol ) :
svn url : svn://svn.tuxfamily.org/svnroot/monkeystudio/mks/v2/branches
Vérification de mises à jour démarrées en tâche de fond background update checking Remplissage de la cache de log en tâche de fond background cache filling Unknown error! In file /build/buildd/subversion-1.6.5dfsg/subversion/libsvn_ra_svn/streams.c Line 75 Remplissage de la cache du journal en tâche de fond terminé. background cache finished Unknown error! In file /build/buildd/subversion-1.6.5dfsg/subversion/libsvn_ra_svn/streams.c Line 75 Vérification de mises à jour terminée background check finished
The bug really affect my work, i can no longer update my code ( apart from command line ... ). I was not having problems using the version shipped with Kubuntu Jaunty, very anoying bug ! please fix quick ;)
Attachments
Change History
comment:2 in reply to: ↑ 1 Changed 4 years ago by alwin
- Status changed from new to closed
- Resolution set to wontfix
Replying to pasnox@…:
I investigate and found that my ssh key was having bad permissions ( readable by others and group ), because of that ssh ignore it. The problem is that in this case svn+ssh does not report error apart the : Server refused the connection ( in the cli ), and the streams.c 75 error in kdesvn. Hoping it could help you to fix this unknow error ;)
This problem isn't inside kdesvn but in subversion layer itself, it doesn't report anything about this. This results due missing report of ssh... I fact I don't know why ssh doesn't give information about wrong permission in human readable text, I think it is something about security reasons.
I'm afraid I can't do anything there. But thanks for that report.

I investigate and found that my ssh key was having bad permissions ( readable by others and group ), because of that ssh ignore it. The problem is that in this case svn+ssh does not report error apart the : Server refused the connection ( in the cli ), and the streams.c 75 error in kdesvn. Hoping it could help you to fix this unknow error ;)