
jorgeas80 at gmail
Jun 9, 2011, 1:39 AM
Post #3 of 4
(465 views)
Permalink
|
On Thu, Jun 9, 2011 at 8:21 AM, Erik Andersson <kirean [at] gmail> wrote: > > > On Wed, Jun 8, 2011 at 10:06 PM, Jorge A.S. <jorgeas80 [at] gmail> wrote: >> >> Hi, >> >> I'm getting that error when trying to execute trac-admin /path/to/trac >> repository resync /path/to/svnroot/repo1 >> >> Both paths exist. I'm trying to use Trac 0.12 with several svn >> repositories. I could resync the first one without problems, but the >> second one causes that error. Now, I can't resync any of them. I >> always get a error like this: >> >> $ trac-admin /path/to/trac repository resync /path/to/svnroot/repoN >> >> TracError: Repository '/path/to/svnroot/repoN' not found. > > What about file permissions? Can the webserver user access the repositories? > Cheers / Erik >> Yes, both repositories belong to www-data user. And I can browse the source of the first repository from trac without problems. I forgot something: I first installed Trac using apt-get, and I get version 0.11.7. Then I read the multirepository support had improved in version 0.12. So, I updated trac following http://trac.edgewall.org/wiki/TracUpgrade, without errors. >> And the repository does exist. Tested. >> >> Software used: Ubuntu 10.04, Trac 0.12, Subversion 1.6.12, Python 2.6, >> Apache2 + mod_wsgi. >> >> Things done: >> >> - Svn repositories created and tested, working well. >> >> - Trac initenv and deploy admin operations executed in trac >> directory. >> >> - Apache configured adding these lines to /etc/apache2/mods-enabled/ >> dav_svn.conf: >> >> <Location /svn> >> DAV svn >> SVNParentPath /path/to/svnroot >> AuthType Basic >> AuthName “Subversion Repository” >> AuthUserFile /etc/apache2/dav_svn.passwd >> Require valid-user >> </Location> >> >> My repos are /path/to/svnroot/repo1 and /path/to/svnroot/repo2. >> >> And these lines were added to /etc/apache2/conf.d/trac.project.conf >> >> WSGIScriptAlias /myTrac /path/to/trac/deploy/cgi-bin/trac.wsgi >> >> <Directory /path/to/trac/deploy/cgi-bin> >> WSGIApplicationGroup %{GLOBAL} >> Order deny,allow >> Allow from all >> </Directory> >> >> <Location "/myTrac/login"> >> AuthType Basic >> AuthName "Trac" >> AuthUserFile /etc/apache2/dav_svn.passwd >> Require valid-user >> </Location> >> >> Same passwords are used for svn and trac: /etc/apache2/dav_svn.passwd, >> created with htpasswd. >> >> Any clues about the TracError problem? Thanks in advance, >> >> Best regards, >> Jorge >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Trac Users" group. >> To post to this group, send email to trac-users [at] googlegroups >> To unsubscribe from this group, send email to >> trac-users+unsubscribe [at] googlegroups >> For more options, visit this group at >> http://groups.google.com/group/trac-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To post to this group, send email to trac-users [at] googlegroups > To unsubscribe from this group, send email to > trac-users+unsubscribe [at] googlegroups > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
|