Hello. I have svn, trac, apache installed on the same linux box. SVN works fine, both http: and svn: access. Trac seems to work as well. However, it does not recognize the source: as a valid traclink prefix. Observe:
1. Looks like svn repository is correct, indeed: -------------------------------------------------------------------------- [t...@quake db]$ sqlite3 trac.db.bak SQLite version 3.5.6 Enter ".help" for instructions sqlite> select * from system; database_version|21 initial_database_version|21 youngest_rev|69 repository_dir|svn:40a45bd1-8e46-430b-a932-a24751b2958a:/var/svn/ windows sqlite> -------------------------------------------------------------------------- 2. http: access seems fine: -------------------------------------------------------------------------- [t...@quake db]$ svn ls http://quake/svn/windows/trunk/NC/_Readme.txt _Readme.txt -------------------------------------------------------------------------- 3. svn: access seems fine as well: -------------------------------------------------------------------------- [t...@quake db]$ svn ls svn://quake/windows/trunk/NC/_Readme.txt _Readme.txt -------------------------------------------------------------------------- However, when I write source:/trunk/NC/_Readme.txt in trac wiki it does not render it as a hyperlink, but displays it as is. What am I doing wrong? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
