public class SVNWCDb.Commit extends Object implements SVNSqlJetTransaction
Modifier and Type | Field and Description |
---|---|
String |
changedAuthor |
SVNDate |
changedDate |
long |
changedRev |
boolean |
keepChangelist |
File |
localRelpath |
SvnChecksum |
newChecksum |
List<File> |
newChildren |
SVNProperties |
newDavCache |
long |
newRevision |
boolean |
noUnlock |
SVNWCDbDir |
pdh |
long |
reposId |
File |
reposRelPath |
SVNSkel |
workItems |
Constructor and Description |
---|
Commit() |
Modifier and Type | Method and Description |
---|---|
void |
transaction(SVNSqlJetDb db) |
public SVNWCDbDir pdh
public File localRelpath
public long newRevision
public long changedRev
public SVNDate changedDate
public String changedAuthor
public SvnChecksum newChecksum
public SVNProperties newDavCache
public boolean keepChangelist
public boolean noUnlock
public SVNSkel workItems
public long reposId
public File reposRelPath
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
transaction
in interface SVNSqlJetTransaction
org.tmatesoft.sqljet.core.SqlJetException
SVNException
Copyright © 2023. All rights reserved.