
noreply at edgewall
Oct 3, 2006, 12:14 AM
Post #2 of 2
(796 views)
Permalink
|
|
Re: [The Trac Project] #3844: I get Unsupported version control system "svn" after upgrading to 0.10
[In reply to]
|
|
#3844: I get Unsupported version control system "svn" after upgrading to 0.10 ---------------------------------+------------------------------------------ Reporter: xvart [at] languid | Owner: cmlenz Type: defect | Status: closed Priority: normal | Milestone: Component: version control | Version: 0.10 Severity: major | Resolution: worksforme Keywords: | ---------------------------------+------------------------------------------ Changes (by cboos): * status: new => closed * resolution: => worksforme Comment: You probably made some changes to your PYTHONPATH. Check with the python command line (using the same environment in which you run Trac and get the above error): {{{ $ python >>> from svn import core >>> }}} Further support for installation issues can be obtained on the MailingList. -- Ticket URL: <http://trac.edgewall.org/ticket/3844#comment:1> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|