I tried upgrading trac from 0.10.3 to 0.11, on WinXP. According to the
Upgrade instruction I had to install Python 2.5, which I did, updating
%PATH%, installing a new mod_python and installing the correct svn
pthon bindings (svn 1.4.3, python 2.5 and apache 2.2).
using easy_install to do the upgrade works fine, updating the projects
worked fine and updating the wiki's worked fine too, and I can see the
projects, view the tickes, see the new resolutions in admin.
There are however two problems.
1) The infamous : Warning: Can't synchronize with the repository
(Unsupported version control system "svn": "No module named _fs" ).
Look in the Trac log for more information.
The log is empty, BTW. IOt is set to DEBUG level.
Running Python and doing a
>>> from svn import core
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "e:\Python25\lib\site-packages\svn\core.py", line 19, in
<module>
from libsvn.core import *
File "e:\Python25\lib\site-packages\libsvn\core.py", line 5, in
<module
import _core
ImportError: No module named _core
>>>
AFAICS, I did all the right things getting the right bindings, setting
PATH, setting PythonEnv in Apache. I could very well be that Python
2.5 doesn't work on WinXP, but there is no warning on this that I can
interpret as such, the warnings being about the 0.11 beta and not the
release.
2) there is a weird message on the project page
Available Projects
* .egg-cache: Error
([Errno 13] Permission denied: 'G:\\Databases\\trac\\.egg-cache\
\VERSION')
Apparently the temp database that's put there by easy_install is seen
as a project.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---