Class SVNWCDb.Commit

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

public class SVNWCDb.Commit extends Object implements SVNSqlJetTransaction
  • Field Details

    • pdh

      public SVNWCDbDir pdh
    • localRelpath

      public File localRelpath
    • newRevision

      public long newRevision
    • changedRev

      public long changedRev
    • changedDate

      public SVNDate changedDate
    • changedAuthor

      public String changedAuthor
    • newChecksum

      public SvnChecksum newChecksum
    • newChildren

      public List<File> newChildren
    • newDavCache

      public SVNProperties newDavCache
    • keepChangelist

      public boolean keepChangelist
    • noUnlock

      public boolean noUnlock
    • workItems

      public SVNSkel workItems
    • reposId

      public long reposId
    • reposRelPath

      public File reposRelPath
  • Constructor Details

    • Commit

      public Commit()
  • Method Details