Class SVNWCDb.StartDirectoryUpdate
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.StartDirectoryUpdate
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wcId
public long wcId -
localRelpath
-
newRevision
public long newRevision -
newReposRelpath
-
-
Constructor Details
-
StartDirectoryUpdate
private StartDirectoryUpdate()
-
-
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
-