Opened 18 years ago
Closed 17 years ago
#832 closed defect (worksforme)
TracError: Système de contrôle de version non supporté "svn"
Reported by: | Owned by: | Emmanuel Blot | |
---|---|---|---|
Priority: | normal | Component: | TracFrenchTranslation |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Bonjour,
j'ai installé trac-french sur une debian avec un repository ubuntu, comme expliqué sur cette page.
Tout à bien fonctionné, le wiki, svn, sqlite, etc ...
Depuis un apt-get upgrade peut-être, ou un apt-get quelquonque, j'ai ce message dès que je veux parcourir le repository :
Le gestionnaire d'évènements Ajouts au dépôt (ChangesetModule) a echoué: TracError: Système de contrôle de version non supporté "svn"
Auriez-vous une idée sur ce qui causerais ça ?
Merci,
Cyril
Attachments (0)
Change History (4)
comment:1 follow-up: 2 Changed 18 years ago by
comment:2 Changed 18 years ago by
Replying to eblot:
(Please use english language)
This error usually comes from missing subversion bindings.
Try to open a Python interpreter from the shell, and import the SVN wrapper:
Python 2.4.4c1 (#2, Oct 12 2006, 21:41:47) [GCC 4.1.2 20061007 (prerelease) (Debian 4.1.1-16)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import svn >>>and check if you get any error.
Hi eblot,
No error when I try this.
Have you an other idea ?
Thanks,
Cyril
comment:3 Changed 18 years ago by
I just cross-checked the latest revision of the TracFrenchTranslation, and it works smoothly.
Do you have several Python versions installed on your machine? Your web server might use a different Python version than the one launched from the command-line.
comment:4 Changed 17 years ago by
Keywords: | TracError svn removed |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
No feedback...
Feel free to re-open this ticket if you can provide more details.
(Please use english language)
This error usually comes from missing subversion bindings.
Try to open a Python interpreter from the shell, and import the SVN wrapper:
and check if you get any error.