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