Dear Christian, Thanks for all supportive communication on this issue so far.
On May 30, 5:52 pm, Christian Boos <[EMAIL PROTECTED]> wrote: > > > This suggestion too did not works it said "direct-svnfs" is not > > supported. > > Strange, it worked for me ;-) It seems we are not referring to the same code line. I am using Trac 0.10.3 release for Windows. I guess it is http://trac.edgewall.org/browser/tags/trac-0.10.3 (I am not sure). D:\Python24\Scripts>trac-admin.py --version Trac Admin Console 0.10.3 I would like to try with the same code-line you use in my experiment. So I will have less trouble in fixing the issues. Are you using http://trac.edgewall.org/browser/branches/0.10-stable or something else? > > Index: trac/versioncontrol/api.py > =================================================================== > --- trac/versioncontrol/api.py (revision 5545) > +++ trac/versioncontrol/api.py (working copy) > @@ -409,6 +409,7 @@ > > Warning: API will be improved (see #1601 and #2545). > """ > + return [] > > def get_changes(self): > """Generator that produces a tuple for every change in the > changeset > I was bit confused how to apply this patch in my code revision. It seems you have added blank return statement to the get_property() function. I did the same in my code, but still no luck. Best 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 -~----------~----~----~----~------~----~------~--~---
