Hi there,

 i've recently installed Trac on my CentOS 5 server, running Apache 2,
Php
 5, Mysql, Sqlite 3.3.6, Svn 1.4.2, Trac - latest stable release.

 i followed this tutorial: http://www.daniel-skinner.co.uk/setup-
 subversion-and-trac-on-centos-5/06/01/2008

 I followed the path structure as well - project name is phpbb3.

 Once i had the blank repo setup, i dumped a corresponding repositry
off of
 my home svn server and uploaded it to this server, then did
 {{{svnadmin load /srv/svn/phpbb3 < /srv/svn/phpbb3.dump}}}
 That imported fine.

 However, now when i access my trac site, it gives me:
 {{{Trac Detected an internal error:
 Python Trackback:
 Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406,
in
 dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 191,
in
 dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 263,
in
 _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py",
line
 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/
cache.py",
 line 82, in sync
    raise TracError("The 'repository_dir' has changed, "
 TracError: The 'repository_dir' has changed, a 'trac-admin resync'
 operation is needed.}}}

 So i ran {{{trac-admin /srv/svn/phpbb3 resync}}}
 and it gave me {{{Failed to open environment. [Errno 2] No such file
or
 directory: '/srv/svn/phpbb3/VERSION'
 Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/scripts/admin.py", line
134,
 in env_open
    self.__env = Environment(self.envname)
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 147, in
 __init__
    self.verify()
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 195, in
verify
    fd = open(os.path.join(self.path, 'VERSION'), 'r')
 IOError: [Errno 2] No such file or directory: '/srv/svn/phpbb3/
VERSION'}}}

 Any ideas what the problem could be?

 Cheers
 Gavin W

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to