Modify

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: cyril@… 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 Changed 18 years ago by Emmanuel Blot

(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.

comment:2 in reply to:  1 Changed 18 years ago by anonymous

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 Emmanuel Blot

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 Emmanuel Blot

Keywords: TracError svn removed
Resolution: worksforme
Status: newclosed

No feedback...

Feel free to re-open this ticket if you can provide more details.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.