Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-1811

Problem with extracting a Subversion diff

    XMLWordPrintable

Details

    • Bug
    • Resolution: Handled by Support
    • High
    • None
    • 2.0-RC2
    • Indexing
    • This is with 2.0 B3

    Description

      (venv_0.9.7)[mdoar@mdoar2 Importer]$ svn --version
      svn, version 1.5.2 (r32768)
      compiled Sep 19 2008, 14:38:15

      Copyright (C) 2000-2008 CollabNet.
      Subversion is open source software, see http://subversion.tigris.org/
      This product includes software developed by CollabNet (http://www.Collab.Net/).

      The following repository access (RA) modules are available:

      • ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
      • handles 'http' scheme
      • handles 'https' scheme
      • ra_svn : Module for accessing a repository using the svn network protocol.
      • with Cyrus SASL authentication
      • handles 'svn' scheme
      • ra_local : Module for accessing a repository on local disk.
      • handles 'file' scheme
      • ra_serf : Module for accessing a repository via WebDAV protocol using serf.
      • handles 'http' scheme
      • handles 'https' scheme

      ERROR - Problem processing revisions from repo file://localhost/Users/mdoar/repos/jira/ due to class com.cenqua.fisheye.rep.DbException - Problem getting diff information for rev360
      com.cenqua.fisheye.rep.DbException: Problem getting diff information for rev360
      at com.cenqua.fisheye.svn.SvnRepositoryScanner.slurpRevisionBlock(SvnRepositoryScanner.java:408)
      at com.cenqua.fisheye.rep.RepositoryScanner.processRevisions(RepositoryScanner.java:354)
      at com.cenqua.fisheye.rep.RepositoryScanner.slurpRepository(RepositoryScanner.java:244)
      at com.cenqua.fisheye.rep.RepositoryScanner.slurp(RepositoryScanner.java:175)
      at com.cenqua.fisheye.rep.RepositoryScanner.ping(RepositoryScanner.java:108)
      at com.cenqua.fisheye.svn.SvnRepositoryEngine.doSlurp(SvnRepositoryEngine.java:68)
      at com.cenqua.fisheye.rep.ping.OneOffPingRequest.doRequest(OneOffPingRequest.java:30)
      at com.cenqua.fisheye.rep.ping.PingRequest.process(PingRequest.java:90)
      at com.cenqua.fisheye.rep.RepositoryHandle.processPingRequests(RepositoryHandle.java:119)
      at com.cenqua.fisheye.rep.RepositoryHandle.queuePingRequest(RepositoryHandle.java:109)
      at com.cenqua.fisheye.rep.ping.PingRequest.run(PingRequest.java:57)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
      at java.lang.Thread.run(Thread.java:613)
      Caused by: com.cenqua.fisheye.svn.diff.SvnDiffException: Exception processing diff for revision 360
      at com.cenqua.fisheye.svn.diff.DiffProcessor.processMessage(DiffProcessor.java:290)
      at com.cenqua.fisheye.svn.diff.DiffFetcher.process(DiffFetcher.java:64)
      at com.cenqua.fisheye.svn.diff.DiffFetcher.run(DiffFetcher.java:45)
      ... 1 more
      Caused by: com.cenqua.fisheye.rep.RepositoryClientException: org.tigris.subversion.javahl.ClientException: svn: Failure opening '/commercial/venv_0.9.7/lib/python2.5/encodings/gb2312.py'
      svn: '/commercial/venv_0.9.7/lib/python2.5/encodings' is not a directory in filesystem '/Users/mdoar/repos/jira/db'
      at com.cenqua.fisheye.svn.SvnThrottledClient.info2(SvnThrottledClient.java:108)
      at com.cenqua.fisheye.svn.diff.MessageInfo.getInfo(MessageInfo.java:121)
      at com.cenqua.fisheye.svn.diff.MessageInfo.getInfo(MessageInfo.java:112)
      at com.cenqua.fisheye.svn.diff.DiffProcessor.examinePaths(DiffProcessor.java:453)
      at com.cenqua.fisheye.svn.diff.DiffProcessor.processMessage(DiffProcessor.java:271)
      ... 3 more
      Caused by: org.tigris.subversion.javahl.ClientException: svn: Failure opening '/commercial/venv_0.9.7/lib/python2.5/encodings/gb2312.py'
      svn: '/commercial/venv_0.9.7/lib/python2.5/encodings' is not a directory in filesystem '/Users/mdoar/repos/jira/db'
      at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:780)
      at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850)
      at org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientImpl.java:2193)
      at org.tigris.subversion.javahl.SVNClient.info2(SVNClient.java:498)
      at com.cenqua.fisheye.svn.SvnThrottledClient.info2(SvnThrottledClient.java:106)
      ... 7 more
      Caused by: org.tmatesoft.svn.core.SVNException: svn: Failure opening '/commercial/venv_0.9.7/lib/python2.5/encodings/gb2312.py'
      svn: '/commercial/venv_0.9.7/lib/python2.5/encodings' is not a directory in filesystem '/Users/mdoar/repos/jira/db'
      at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
      at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
      at org.tmatesoft.svn.core.internal.io.fs.FSRoot.openPath(FSRoot.java:128)
      at org.tmatesoft.svn.core.internal.io.fs.FSRoot.getRevisionNode(FSRoot.java:53)
      at org.tmatesoft.svn.core.internal.io.fs.FSRoot.checkNodeKind(FSRoot.java:139)
      at org.tmatesoft.svn.core.internal.io.fs.FSRevisionRoot.getNodeHistory(FSRevisionRoot.java:63)
      at org.tmatesoft.svn.core.internal.io.fs.FSNodeHistory.checkAncestryOfPegPath(FSNodeHistory.java:66)
      at org.tmatesoft.svn.core.internal.io.fs.FSLocationsFinder.traceNodeLocations(FSLocationsFinder.java:57)
      at org.tmatesoft.svn.core.internal.io.fs.FSRepository.getLocationsImpl(FSRepository.java:383)
      at org.tmatesoft.svn.core.io.SVNRepository.getLocations(SVNRepository.java:1087)
      at org.tmatesoft.svn.core.io.SVNRepository.getLocations(SVNRepository.java:1515)
      at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:875)
      at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2488)
      at org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientImpl.java:2203)
      at org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientImpl.java:2184)
      ... 9 more
      ERROR - Repository scanner paused.
      INFO - upgrading quicksearch data of repository JIRA
      INFO - starting initial scan of repository JIRA
      INFO - file://localhost/Users/mdoar/repos/jira/ Repository scanner paused - resuming in 59 seconds
      INFO - upgrading quicksearch data of repository JIRA
      INFO - starting initial scan of repository JIRA
      INFO - Repository file://localhost/Users/mdoar/repos/jira/ resuming from pause

      Attachments

        1. fisheye.out
          11 kB
        2. fisheye-debug.log.2009-06-25
          108 kB
        3. fisheye-error.log.2009-06-25
          10 kB

        Activity

          People

            Unassigned Unassigned
            9f09c0888cad MattS
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: