Class SVNWCDb.BaseRemove
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.BaseRemove
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
long
private boolean
private boolean
long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
clearMovedHere
(File srcRelpath, SVNWCDbRoot wcRoot) private void
void
-
Field Details
-
root
-
wcId
public long wcId -
localRelpath
-
keepAsWorking
public boolean keepAsWorking -
queueDeletes
private boolean queueDeletes -
removeLocks
private boolean removeLocks -
conflict
-
workItems
-
notPresentRevision
public long notPresentRevision
-
-
Constructor Details
-
BaseRemove
public BaseRemove()
-
-
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
-
retractParentDelete
- Throws:
SVNException
-
clearMovedHere
- Throws:
SVNException
-