On May 30, 2:33 pm, Christian Boos <[EMAIL PROTECTED]> wrote:
> Sumith wrote:
> > TracError: Unsupported version control system "direct-svn-fs"
>
> Use direct-svnfs, not direct-svn-fs (as "svnfs" was already a valid name).
>
This suggestion too did not works it said "direct-svnfs" is not
supported. So I simply removed if conditional part on your patch and
used
crepos = repos
directly and in trac.ini I used "svn"
repository_type = svn.
Now it works fine.
As you have already mentioned in one of the previous post to this
thread changeset is not working:
Traceback (most recent call last):
File "D:\Python24\Lib\site-packages\trac\web\main.py", line 387, in
dispatch_request
dispatcher.dispatch(req)
File "D:\Python24\Lib\site-packages\trac\web\main.py", line 237, in
dispatch
resp = chosen_handler.process_request(req)
File "D:\Python24\Lib\site-packages\trac\versioncontrol\web_ui
\changeset.py", line 254, in process_request
diff_args, diff_options)
File "D:\Python24\Lib\site-packages\trac\versioncontrol\web_ui
\changeset.py", line 313, in _render_html
for name, value, wikiflag, htmlclass in chgset.get_properties():
TypeError: iteration over non-sequence
Regards,
Sumith
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---