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 interfaceprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static intprivate static java.lang.String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidmigrateSingleTreeConflictData(SVNSqlJetDb sDb, java.lang.String treeConflictData, long wcId, java.io.File localRelPath) private static voidprivate static voidrunBump(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump) static voidsetVersion(SVNSqlJetDb sDb, int version) static intupgrade(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler) private static voidupgradeExternals(SVNSqlJetDb sDb, java.io.File wcRootAbsPath) private static java.lang.StringversionStringFromFormat(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
-