[EMAIL PROTECTED] wrote: > > > On Oct 7, 5:16 pm, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote: >>> 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 >> Trac does not use the SVN executables - at all. >> It relies on Python SVN modules and libraries, so you need to install >> the Python packages for svn1.5. >> >> The procedure depends on your Unix/Linux distribution (rpm, aptitude, >> emerge, ...) >> >> HTH, >> Manu > > Thank you for both response. > > I am running on ubuntu. How can I get the python subversion 1.5 > binding? > The package manager (atitute) only has 1.4.x binding. > > Thank you.
Out of curiosity, what do you expect to get from running 1.5 on the server side? There are a lot of changes in subversion that are client side only. The biggest server side change is that the neon library was replaced by the serf library, but neon is still available. This won't make much of a difference for most ppl, and I would argue that neon will be more stable, for a little while anyway. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
