1

In Trac 0.12 ,trac-admin no longer asks questions related to repositories. So how can i connect the Trac system to the SVN and make it show the "Browse Source" tab in the GUI?

Thanks for any advices, Sven

p.s: I used this tutorial for installing Trac and SVN: http://www.sohailriaz.com/how-to-install-subversion-with-trac-on-centos-5-x/

svendeswan
  • 75
  • 1
  • 9

1 Answers1

1

Preface

Use Trac wiki, not 3-rd party blogs of unknown quality and related to obviously old versions (check date of blog-post)

Face

Starting with 0.12, Trac can handle more than one repository per environment. The pre-0.12 way of specifying the repository with the repository_dir and repository_type options in the [trac] section of trac.ini is still supported, but two new mechanisms allow including additional repositories into an environment.

See further details in Repository Administration page

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110
  • Thank you very much for this! I failed to find the place were to set the repository_dir (looked in section [svn] instead of [trac]) – svendeswan Mar 26 '12 at 10:41