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.StringchangedAuthorSVNDatechangedDatelongchangedRevbooleankeepChangelistjava.io.FilelocalRelpathSvnChecksumnewChecksumjava.util.List<java.io.File>newChildrenSVNPropertiesnewDavCachelongnewRevisionbooleannoUnlockSVNWCDbDirpdhlongreposIdjava.io.FilereposRelPathSVNSkelworkItems
-
Constructor Summary
Constructors Constructor Description Commit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidcommitDescendant(java.io.File parentLocalRelPath, java.io.File parentReposRelPath, long opDepth, long revision)voidtransaction(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:
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
-
-