Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#5178 closed defect

Trac requires re-sync after editing Wiki main page — at Initial Version

Reported by: Brian Heylin Owned by: Christian Boos
Priority: normal Milestone:
Component: wiki system Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Was re-editing main page, was adding to the original default content. last thing i did was put spaces in front of all the '*' chars as i think this is the proper syntax for a list item? So did that and requested a preview

Ok so heres the trace back:

Traceback (most recent call last):

File "C:\Python24\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "C:\Python24\Lib\site-packages\trac\web\main.py", line 191, in dispatch

chosen_handler = self._pre_process_request(req, chosen_handler)

File "C:\Python24\Lib\site-packages\trac\web\main.py", line 263, in _pre_process_request

chosen_handler = f.pre_process_request(req, chosen_handler)

File "C:\Python24\Lib\site-packages\trac\versioncontrol\api.py", line 73, in pre_process_request

self.get_repository(req.authname) # triggers a sync if applicable

File "C:\Python24\Lib\site-packages\trac\versioncontrol\api.py", line 101, in get_repository

repos = self._connector.get_repository(rtype, rdir, authname)

File "C:\Python24\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 260, in get_repository

crepos = CachedRepository(self.env.get_db_cnx(), repos, None, self.log)

File "C:\Python24\Lib\site-packages\trac\versioncontrol\cache.py", line 34, in init

self.sync()

File "C:\Python24\Lib\site-packages\trac\versioncontrol\cache.py", line 59, in sync

raise TracError("The 'repository_dir' has changed, "

TracError: The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.

Change History (0)

Note: See TracTickets for help on using tickets.