Class SVNWCDb.BumpRevisionPostUpdate

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.BumpRevisionPostUpdate
All Implemented Interfaces:
SVNSqlJetTransaction
Enclosing class:
SVNWCDb

private class SVNWCDb.BumpRevisionPostUpdate extends java.lang.Object implements SVNSqlJetTransaction
  • Field Details

    • iprops

      public java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> iprops
    • depth

      private SVNDepth depth
    • newReposRelPath

      private java.io.File newReposRelPath
    • newReposRootURL

      private SVNURL newReposRootURL
    • newReposUUID

      private java.lang.String newReposUUID
    • newRevision

      private long newRevision
    • exludedRelPaths

      private java.util.Collection<java.io.File> exludedRelPaths
    • localRelPath

      private java.io.File localRelPath
    • wcRoot

      private java.io.File wcRoot
    • dbWcRoot

      private SVNWCDbRoot dbWcRoot
    • eventHandler

      private ISVNEventHandler eventHandler
  • Constructor Details

    • BumpRevisionPostUpdate

      private BumpRevisionPostUpdate()
  • Method Details