Hello,
I have changed the repository and when I have edited trac.ini to update the repository I get this message in trac.

Warning: Can't synchronize with the repository (The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.)

I run the command, but I found this error:
Trac [/var/trac/conf/resync]> resync
Failed to open environment. [Errno 2] No such file or directory: '/var/trac/conf/resync/VERSION'
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/admin/console.py", line 141, in env_open
    self.__env = Environment(self.envname)
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/env.py", line 189, in __init__
    self.verify()
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/env.py", line 242, in verify
    fd = open(os.path.join(self.path, 'VERSION'), 'r')
IOError: [Errno 2] No such file or directory: '/var/trac/conf/resync/VERSION'

I don't have this directory but even if I create it and put the VERSIOn file in it I got anther similar error.

What can I do ?
Any help ?

Thanks in advan
--

Reply via email to