Class SVNWCDb.Commit
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.Commit
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
-
Field Summary
FieldsModifier and TypeFieldDescriptionjava.lang.Stringlongbooleanjava.io.Filejava.util.List<java.io.File>longbooleanlongjava.io.File -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcommitDescendant(java.io.File parentLocalRelPath, java.io.File parentReposRelPath, long opDepth, long revision) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
pdh
-
localRelpath
public java.io.File localRelpath -
newRevision
public long newRevision -
changedRev
public long changedRev -
changedDate
-
changedAuthor
public java.lang.String changedAuthor -
newChecksum
-
newChildren
public java.util.List<java.io.File> newChildren -
newDavCache
-
keepChangelist
public boolean keepChangelist -
noUnlock
public boolean noUnlock -
workItems
-
reposId
public long reposId -
reposRelPath
public java.io.File reposRelPath
-
-
Constructor Details
-
Commit
public Commit()
-
-
Method Details
-
transaction
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException - Specified by:
transactionin interfaceSVNSqlJetTransaction- Throws:
org.tmatesoft.sqljet.core.SqlJetExceptionSVNException
-
commitDescendant
private void commitDescendant(java.io.File parentLocalRelPath, java.io.File parentReposRelPath, long opDepth, long revision) throws SVNException - Throws:
SVNException
-