Class SvnNgUpgradeSDb
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpgradeSDb
public class SvnNgUpgradeSDb
extends java.lang.Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static interface
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static int
private static java.lang.String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
migrateSingleTreeConflictData
(SVNSqlJetDb sDb, java.lang.String treeConflictData, long wcId, java.io.File localRelPath) private static void
private static void
runBump
(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump) static void
setVersion
(SVNSqlJetDb sDb, int version) static int
upgrade
(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler) private static void
upgradeExternals
(SVNSqlJetDb sDb, java.io.File wcRootAbsPath) private static java.lang.String
versionStringFromFormat
(int wcFormat) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PRISTINE_STORAGE_EXT
private static java.lang.String PRISTINE_STORAGE_EXT -
PRISTINE_BASENAME_OLD_LEN
private static int PRISTINE_BASENAME_OLD_LEN
-
-
Constructor Details
-
SvnNgUpgradeSDb
public SvnNgUpgradeSDb()
-
-
Method Details
-
versionStringFromFormat
private static java.lang.String versionStringFromFormat(int wcFormat) -
upgrade
public static int upgrade(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler) throws SVNException - Throws:
SVNException
-
migrateTreeConflictData
- Throws:
SVNException
-
migrateSingleTreeConflictData
private static void migrateSingleTreeConflictData(SVNSqlJetDb sDb, java.lang.String treeConflictData, long wcId, java.io.File localRelPath) throws SVNException - Throws:
SVNException
-
setVersion
- Throws:
SVNException
-
runBump
private static void runBump(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump) throws SVNException - Throws:
SVNException
-
upgradeExternals
private static void upgradeExternals(SVNSqlJetDb sDb, java.io.File wcRootAbsPath) throws SVNException - Throws:
SVNException
-