Set PYTHONPATH (or PythonPath in mod_py) to include the folder containing
the newer bindings.

--Noah

> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED]
> On Behalf Of [EMAIL PROTECTED]
> Sent: Tuesday, October 07, 2008 3:14 PM
> To: Trac Users
> Subject: [Trac] How can I configure Trac to use subversion 1.5
> 
> 
> Hi,
> 
> I have 2 subversion executable in my system.
> one is subversion 1.4.6 : /usr/bin/svn
> one is subversion 1.5.2: /home/meryl/bin/svn1.5/bin
> 
> i have read the documentation here for installation:
> http://trac.edgewall.org/wiki/TracInstall
> 
> But when I try the step #2 in the check point here:
> http://trac.edgewall.org/wiki/TracSubversion#TracandSubversion1.4
> 
> I get (1,4,6,6)
> >>> from svn import core
> >>> (core.SVN_VER_MAJOR, core.SVN_VER_MINOR, core.SVN_VER_MICRO,
> core.SVN_VER_PATCH)
> (1, 4, 6, 6)
> 
> I need Trac to use subversion 1.5.2 instead of subversion 1.4.5 since
> my subversion repository is created using 1.5.2.
> 
> Thank you for any pointers for fixing my problem.
> 
> Thank you.
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to