Class SvnNgUpgradeSDb
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpgradeSDb
-
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
migrateSingleTreeConflictData
(SVNSqlJetDb sDb, String treeConflictData, long wcId, File localRelPath) private static void
private static void
runBump
(SVNWCDb db, SVNSqlJetDb sDb, File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump) static void
setVersion
(SVNSqlJetDb sDb, int version) static int
upgrade
(File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler) private static void
upgradeExternals
(SVNSqlJetDb sDb, File wcRootAbsPath) private static String
versionStringFromFormat
(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
-