okay, sorry, having some trouble following you know... PATH includes the /usr/local/bin directory on it where svn and swig are located...
PYTHONPATH includes (I believe via PythonPath "sys.path + ['/usr/ local/lib/svn-python'] in httpd.conf) /usr/local/lib/svn-python directory... there are subdirs libsvn and svn under there... there are also a bunch of libsvn_xxx.so (and other extensions) located one directory up at /usr/local/lib ?? Thanks... Steve On May 10, 9:02 am, Emmanuel Blot <[email protected]> wrote: > > Okay, now you are just making things confusing! ;) > > You meant: it starts to make sense with the error you got ;-) > > > Doing so yields the following result: > > 1.4.2 > > This means that the SVN bindings you use come from SVN 1.4.2, which > may not use a SVN FSFS repository created/upgraded with SVN 1.5.x > > > if I do "yum list subversion" it also reports 1.4.2??? > > No idea, I don't use this package manager. > > > could there be multiple subversions installed on the server in > > different locations (I know this is the trac user group...) and > > different things are pulling from different installations?? > > Yes. > You may have Subversion command tools for 1.5, and Subversion python > bindings for 1.4 on the same machine. > The first ones are located by the system using the PATH environment > variable, while the second ones are located using the PYTHONPATH > environment variable. > > Time to search for "libsvn" directory using the 'find' tool... > > Cheers, > Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
