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 java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
changedAuthor
SVNDate
changedDate
long
changedRev
boolean
keepChangelist
java.io.File
localRelpath
SvnChecksum
newChecksum
java.util.List<java.io.File>
newChildren
SVNProperties
newDavCache
long
newRevision
boolean
noUnlock
SVNWCDbDir
pdh
long
reposId
java.io.File
reposRelPath
SVNSkel
workItems
-
Constructor Summary
Constructors Constructor Description Commit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
commitDescendant(java.io.File parentLocalRelPath, java.io.File parentReposRelPath, long opDepth, long revision)
void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
pdh
public SVNWCDbDir pdh
-
localRelpath
public java.io.File localRelpath
-
newRevision
public long newRevision
-
changedRev
public long changedRev
-
changedDate
public SVNDate changedDate
-
changedAuthor
public java.lang.String changedAuthor
-
newChecksum
public SvnChecksum newChecksum
-
newChildren
public java.util.List<java.io.File> newChildren
-
newDavCache
public SVNProperties newDavCache
-
keepChangelist
public boolean keepChangelist
-
noUnlock
public boolean noUnlock
-
workItems
public SVNSkel workItems
-
reposId
public long reposId
-
reposRelPath
public java.io.File reposRelPath
-
-
Method Detail
-
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
-
-