<pre>Hi guys!<br>I'm using this guide to set up an svn+ssh, and trac server:<br><a href="http://www.subversionary.org/howto/setting-up-a-subversion-server-on-ubuntu-gutsy-gibbon-server">http://www.subversionary.org/howto/setting-up-a-subversion-server-on-ubuntu-gutsy-gibbon-server</a><br>
<br>after doing the: <br>sudo trac-admin /var/www/trac/repos initenv<br><br>it says that I can test the server by doing:<br>tracd --port 8000 /var/www/trac/repos<br><br>so I follow the rest of the instructions from the web page, and then right at the end I run the above command to test the configuration, and when I go to:<br>
<a href="http://localhost:8000/repos">http://localhost:8000/repos</a><br><br>I get this error:<br>Traceback (most recent call last):<br>  File "/usr/lib/python2.6/dist-packages/trac/web/api.py", line 339, in send_error<br>
    'text/html')<br>  File "/usr/lib/python2.6/dist-packages/trac/web/chrome.py", line 684, in render_template<br>    data = self.populate_data(req, data)<br><span style="color: rgb(51, 51, 255);">{and lots more of this stuff and finally:}</span><br>
TracError: The user faizan requires read _and_ write permission to the database file /var/www/trac/repos/db/trac.db and the directory it is located in.<br><br><br>How would I fix this?<br><br>the tutorial said to run:<br>
cd /var/www<br>sudo chown -R www-data.svn trac<br><br>so if www-data.svn is supposed to own the entire trac directory and its sub directories, and I'm a member of the SVN group (tickmarked myself for group SVN, using the Users & Groups application in Gnome) then why do I not have permissions? :s<br>
<br>Thanks!<br>Regards,<br>~fez<br><br></pre>