Guys please help me resolve the trc error below:
Python Traceback
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 
175, in sync
    for path,kind,action,bpath,brev in cset.get_changes():
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 
666, in get_changes
    repos.svn_repos_replay(root, e_ptr, e_baton, pool())
  File "/usr/lib/python2.4/site-packages/libsvn/repos.py", line 230, in 
svn_repos_replay
    return apply(_repos.svn_repos_replay, args)
  File "/usr/lib/python2.4/site-packages/svn/repos.py", line 113, in 
delete_entry
    if _fs.is_dir(self._get_root(parent_baton[2]), base_path):
  File "/usr/lib/python2.4/site-packages/libsvn/fs.py", line 351, in 
svn_fs_is_dir
    return apply(_fs.svn_fs_is_dir, args)
SubversionException: ("Reference to non-existent node 'a82.0.r6864/1851' in 
filesystem '/var/data/projects/svn/project/db'", 160014)

This happened when I increased the size of the partition where the reos were 
stored.

-- 
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 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to