I am currently trying to brose the changeset databases and so far I believe that the sqlite:db/trac.db only stores types of changes and paths to files without actually storing the changes while the svn repository itself seems to store all data in binary files (which I can't figure out how to access). Is there any interface which can be tweaked to return a source repository directory or a stream of the source files (besiders ITemplateStreamFilter, I need access to the whole repository)? I'm writing a plugin which needs to browse the repository in it's entirety and access previous revisions of the repository, like the Backlinks plugin for wiki pages but for the actual source and not wiki pages.
Long story short, how can a plugin access the repository and analyze the text? thanks! DMS [email protected] -- 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.
