After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 389748 - svndbadmin backtraces
svndbadmin backtraces
Status: RESOLVED OBSOLETE
Product: sysadmin
Classification: Infrastructure
Component: Git
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2006-12-26 15:28 UTC by Ross Golder
Modified: 2011-03-22 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Workaround to allow rebuilds to continue to completion (2.41 KB, patch)
2006-12-26 19:11 UTC, Ross Golder
none Details | Review

Description Ross Golder 2006-12-26 15:28:57 UTC
rossg@socket:/svn$ /var/www/viewcvs-web/svndbadmin rebuild /svn/nautilus
Traceback (most recent call last):
  • File "/var/www/viewcvs-web/svndbadmin", line 257 in ?
    svn.core.run_app(main, command, repository, rev)
  • File "/usr/lib/python2.4/site-packages/svn/core.py", line 217 in run_app
    return apply(func, (_core.application_pool,) + args, kw)
  • File "/var/www/viewcvs-web/svndbadmin", line 224 in main
    handle_revision(db, command, repo, rev)
  • File "/var/www/viewcvs-web/svndbadmin", line 182 in handle_revision
    revision = repo[rev]
  • File "/var/www/viewcvs-web/svndbadmin", line 87 in __getitem__
    rev = SvnRev(self, rev, self.scratch_pool)
  • File "/var/www/viewcvs-web/svndbadmin", line 176 in __init__
    oldpath, newpath, pool)
  • File "/var/www/viewcvs-web/svndbadmin", line 104 in _get_diff_counts
    fp = diffobj.get_pipe()
  • File "/usr/lib/python2.4/site-packages/svn/fs.py", line 96 in get_pipe
    self.get_files()
  • File "/usr/lib/python2.4/site-packages/svn/fs.py", line 90 in get_files
    self._dump_contents(self.tempfile1, self.root1, self.path1)
  • File "/usr/lib/python2.4/site-packages/svn/fs.py", line 69 in _dump_contents
    stream = file_contents(root, path, pool)
  • File "/usr/lib/python2.4/site-packages/libsvn/fs.py", line 534 in svn_fs_file_contents
    return apply(_fs.svn_fs_file_contents, args)
libsvn._core.SubversionException: ("File not found: revision 1354, path '/tags/mjs_pre_great_renaming/nautilus-installer/Makefile.in'", 160013)

Comment 1 Ross Golder 2006-12-26 19:11:31 UTC
Created attachment 78920 [details] [review]
Workaround to allow rebuilds to continue to completion