Hi all, I've just started to setup my trac environment and run into the following problem. I've run: trac-admin /var/trac/myProject initenv
and it has asked me the standard questions, but I made a mistake in the repository path that I entered. So every time I load the website it complains that it is not an SVN repository. I then went about changing the repository path, by opening my /var/ trac/myProject/conf/trac.ini and adding the lines: [trac] repository_type = svn repository_dir = /var/svn-repos/myProject But these changes were ignored! I restarted everything, tried resync by all commands were using the faulty repository path. After allot of jumping around, reading some code, trying to figure out where the incorrect value came from, I decided to just restart the environment from scratch. Now that I got it correct this time, i have noticed that after viewing the site it has populated the trac.ini with many more options. so I assume further changes will take affect, I hope. Can anyone explain to me why I am having this problem? Is this a bug, in that the local trac.ini file for a project is not used untill the project has been successfully viewed atleast once on the site? Thanks --Josh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
