Class SVNWCDbRoot


  • public class SVNWCDbRoot
    extends java.lang.Object
    Author:
    TMate Software Ltd.
    • Constructor Detail

      • SVNWCDbRoot

        public SVNWCDbRoot​(SVNWCDb db,
                           java.io.File absPath,
                           SVNSqlJetDb sDb,
                           long wcId,
                           int format,
                           boolean autoUpgrade,
                           boolean failOnVersionsMismatch,
                           boolean enforceEmptyWQ)
                    throws SVNException
        Throws:
        SVNException
    • Method Detail

      • getAbsPath

        public java.io.File getAbsPath()
      • getWcId

        public long getWcId()
      • getFormat

        public int getFormat()
      • getAbsPath

        public java.io.File getAbsPath​(java.io.File localRelPath)
      • ensureNoUnfinishedTransactions

        public void ensureNoUnfinishedTransactions()
                                            throws SVNException
        Throws:
        SVNException
      • computeRelPath

        public java.io.File computeRelPath​(java.io.File localAbsPath)