Class SvnNgUpgradeSDb
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpgradeSDb
-
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidmigrateSingleTreeConflictData(SVNSqlJetDb sDb, String treeConflictData, long wcId, File localRelPath) private static voidprivate static voidrunBump(SVNWCDb db, SVNSqlJetDb sDb, File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump) static voidsetVersion(SVNSqlJetDb sDb, int version) static intupgrade(File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler) private static voidupgradeExternals(SVNSqlJetDb sDb, File wcRootAbsPath) private static StringversionStringFromFormat(int wcFormat)
-
Field Details
-
PRISTINE_STORAGE_EXT
-
PRISTINE_BASENAME_OLD_LEN
private static int PRISTINE_BASENAME_OLD_LEN
-
-
Constructor Details
-
SvnNgUpgradeSDb
public SvnNgUpgradeSDb()
-
-
Method Details
-
versionStringFromFormat
-
upgrade
public static int upgrade(File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler) throws SVNException - Throws:
SVNException
-
migrateTreeConflictData
- Throws:
SVNException
-
migrateSingleTreeConflictData
private static void migrateSingleTreeConflictData(SVNSqlJetDb sDb, String treeConflictData, long wcId, File localRelPath) throws SVNException - Throws:
SVNException
-
setVersion
- Throws:
SVNException
-
runBump
private static void runBump(SVNWCDb db, SVNSqlJetDb sDb, File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump) throws SVNException - Throws:
SVNException
-
upgradeExternals
- Throws:
SVNException
-