Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5832 closed defect (duplicate)

Cannot sync with svn

Reported by: mikhail.b@… Owned by: Christian Boos
Priority: normal Milestone:
Component: version control Version: 0.10.3.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, 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) # triggers a sync if applicable
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 101, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 260, in get_repository
    crepos = CachedRepository(self.env.get_db_cnx(), repos, None, self.log)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 34, in __init__
    self.sync()
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 91, in sync
    for path,kind,action,base_path,base_rev in changeset.get_changes():
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 648, in get_changes
    root = fs.revision_root(self.fs_ptr, self.rev, pool())
  File "/usr/lib/python2.4/site-packages/libsvn/fs.py", line 217, in svn_fs_revision_root
    return apply(_fs.svn_fs_revision_root, args)
SubversionException: ("Can't set position pointer in file '/var/svn/db/revs/862': Invalid argument", 22)

Attachments (0)

Change History (6)

comment:1 by Emmanuel Blot, 17 years ago

Component: generalversion control
Description: modified (diff)
Owner: changed from Jonas Borgström to Christian Boos

Please specify which version of Trac you're using.

comment:2 by mikhail.b@…, 17 years ago

Version 0.10.3.1

in reply to:  2 ; comment:3 by Emmanuel Blot, 17 years ago

Version: 0.10.3.1

Replying to mikhail.b@gmail.com:

Version 0.10.3.1

… using the dedicated field ;-(

in reply to:  3 comment:4 by mikhail.b@…, 17 years ago

Replying to eblot:

Replying to mikhail.b@gmail.com:

Version 0.10.3.1

… using the dedicated field ;-(

Do you have any ideas how to fix it or wich additional info I can give you (according to this defect)?

comment:5 by Emmanuel Blot, 17 years ago

Check out #5709 and see whether the issue could come from a library conflict.

comment:6 by ThurnerRupert, 17 years ago

Resolution: duplicate
Status: newclosed

dup of #2920

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.