Class SVNWCDb.InsertWorking

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

public class SVNWCDb.InsertWorking extends java.lang.Object implements SVNSqlJetTransaction
  • Field Details

    • status

      public ISVNWCDb.SVNWCDbStatus status
    • kind

      public ISVNWCDb.SVNWCDbKind kind
    • reposRelpath

      public java.io.File reposRelpath
    • props

      public SVNProperties props
    • changedRev

      public long changedRev
    • changedDate

      public SVNDate changedDate
    • changedAuthor

      public java.lang.String changedAuthor
    • children

      public java.util.List<java.io.File> children
    • depth

      public SVNDepth depth
    • checksum

      public SvnChecksum checksum
    • target

      public java.io.File target
    • workItems

      public SVNSkel workItems
    • wcRoot

      public SVNWCDbRoot wcRoot
    • localRelpath

      public java.io.File localRelpath
    • originalReposRelPath

      public java.io.File originalReposRelPath
    • originalReposId

      public long originalReposId
    • originalRevision

      public long originalRevision
    • opDepth

      public long opDepth
    • notPresentOpDepth

      public long notPresentOpDepth
    • conflict

      public SVNSkel conflict
    • movedHere

      public boolean movedHere
    • updateActualProps

      public boolean updateActualProps
    • newActualProps

      public SVNProperties newActualProps
  • Constructor Details

    • InsertWorking

      public InsertWorking()
  • Method Details