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 TypeFieldDescriptionlong
boolean
long
boolean
long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
commitDescendant
(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:
transaction
in interfaceSVNSqlJetTransaction
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
SVNException
-
commitDescendant
private void commitDescendant(File parentLocalRelPath, File parentReposRelPath, long opDepth, long revision) throws SVNException - Throws:
SVNException
-