
tdkim at unimo
Nov 22, 2006, 11:00 PM
Post #2 of 2
(5359 views)
Permalink
|
|
Re: Unsupported version control system "svn"
[In reply to]
|
|
I already tested your way(--without-neon). But If I use ¡°-without-neon¡± option, I can¡¯t access http protocol such as ¡°svn list http://xx.xx.xx.xx <http://xx.xx.xx.xx/> /...¡±. So I use subversion-1.4.2 for console command, and subversion-1.3.2 for swig-py. _____ From: trac-users [at] googlegroups [mailto:trac-users [at] googlegroups] On Behalf Of Fabiano Freitas Sent: Thursday, November 23, 2006 12:32 PM To: trac-users [at] googlegroups Subject: [Trac] RES: [Trac] Re: Unsupported version control system "svn" Tdkim, Swing already installed. I solve the problem. Just reconfigure de subversion with parameter -without- neon $ ./configure [other params] -without-neon $ make $ make swig-py $ make install $ make install-swig-py And all works fine. Thanks. _____ De: trac-users [at] googlegroups [mailto:trac-users [at] googlegroups] Em nome de tdkim Enviada em: quarta-feira, 22 de novembro de 2006 01:08 Para: trac-users [at] googlegroups Assunto: [Trac] Re: Unsupported version control system "svn" In my case, I use the subversion-1.4.2 for a console command. but I use svn-1.3.2 for a subversion-swig-binding. This is not a perfect solution. Sorry. Try to install svn-1.3.2-swig-py for subversion-swig-binding. Thanks.. _____ From: trac-users [at] googlegroups [mailto:trac-users [at] googlegroups] On Behalf Of Fabiano Freitas Sent: Wednesday, November 22, 2006 5:05 AM To: trac-users [at] googlegroups Subject: [Trac] Unsupported version control system "svn" I all. When I click in "Browser Source" the error is raise: >>> Unsupported version control system "svn" When I type de command: $ python >> from svn import core The error is raised Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/local/lib/svn-python/svn/core.py", line 19, in ? from libsvn.core import * File "/usr/local/lib/svn-python/libsvn/core.py", line 5, in ? import _core ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol: gss_delete_sec_context I use Red Hat EL 4, SVN 1.4.0, Apache 2.0.59, Swig 1.3.29, ClearSilver 0.9.3, Silvercity 0.9.! 6 and Trac 0.10.2 Anyone knows how I resolve this error ????? Thanks Fabiano Freitas _____ Yahoo! Search Mzsica para ver e ouvir: You're <http://us.rd.yahoo.com/mail/br/tagline/search/video/*http:/br.search.yahoo. com/search/video?p=james+blunt&ei=UTF-8&cv=g&x=wrt&vm=r&fr=intl-mail-br-b> Beautiful, do James Blunt face=Gulim> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|