public class SVNWCDb.BaseRemove extends java.lang.Object implements SVNSqlJetTransaction
Modifier and Type | Field and Description |
---|---|
SVNSkel |
conflict |
boolean |
keepAsWorking |
java.io.File |
localRelpath |
long |
notPresentRevision |
private boolean |
queueDeletes |
private boolean |
removeLocks |
SVNWCDbRoot |
root |
long |
wcId |
SVNSkel |
workItems |
Constructor and Description |
---|
BaseRemove() |
Modifier and Type | Method and Description |
---|---|
private void |
clearMovedHere(java.io.File srcRelpath,
SVNWCDbRoot wcRoot) |
private void |
retractParentDelete(SVNSqlJetDb db) |
void |
transaction(SVNSqlJetDb db) |
public SVNWCDbRoot root
public long wcId
public java.io.File localRelpath
public boolean keepAsWorking
private boolean queueDeletes
private boolean removeLocks
public SVNSkel conflict
public SVNSkel workItems
public long notPresentRevision
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
transaction
in interface SVNSqlJetTransaction
org.tmatesoft.sqljet.core.SqlJetException
SVNException
private void retractParentDelete(SVNSqlJetDb db) throws SVNException
SVNException
private void clearMovedHere(java.io.File srcRelpath, SVNWCDbRoot wcRoot) throws SVNException
SVNException