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 TypeFieldDescriptionlongbooleanlongbooleanlong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcommitDescendant(File parentLocalRelPath, File parentReposRelPath, long opDepth, long revision) void
-
Field Details
-
pdh
-
localRelpath
-
newRevision
public long newRevision -
changedRev
public long changedRev -
changedDate
-
changedAuthor
-
newChecksum
-
newChildren
-
newDavCache
-
keepChangelist
public boolean keepChangelist -
noUnlock
public boolean noUnlock -
workItems
-
reposId
public long reposId -
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(File parentLocalRelPath, File parentReposRelPath, long opDepth, long revision) throws SVNException - Throws:
SVNException
-