Edgewall Software

Ticket #5832 (closed defect: duplicate)

Opened 17 months ago

Last modified 17 months ago

Cannot sync with svn

Reported by: mikhail.b@… Owned by: cboos
Priority: normal Milestone:
Component: version control Version: 0.10.3.1
Severity: normal Keywords:
Cc:

Description (last modified by eblot) (diff)

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

Change History

  Changed 17 months ago by eblot

  • owner changed from jonas to cboos
  • component changed from general to version control
  • description modified (diff)

Please specify which version of Trac you're using.

follow-up: ↓ 3   Changed 17 months ago by mikhail.b@…

Version 0.10.3.1

in reply to: ↑ 2 ; follow-up: ↓ 4   Changed 17 months ago by eblot

  • version set to 0.10.3.1

Replying to mikhail.b@gmail.com:

Version 0.10.3.1

... using the dedicated field ;-(

in reply to: ↑ 3   Changed 17 months ago by mikhail.b@…

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)?

  Changed 17 months ago by eblot

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

  Changed 17 months ago by ThurnerRupert

  • status changed from new to closed
  • resolution set to duplicate

dup of #2920

Add/Change #5832 (Cannot sync with svn)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.