Class SVNWCDb.MakeCopy

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.MakeCopy
All Implemented Interfaces:
SVNSqlJetTransaction
Enclosing class:
SVNWCDb

private class SVNWCDb.MakeCopy extends java.lang.Object implements SVNSqlJetTransaction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) SVNSkel
     
    (package private) java.io.File
     
    (package private) java.io.File
     
    (package private) long
     
    (package private) SVNWCDbDir
     
    (package private) SVNSkel
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • localAbspath

      java.io.File localAbspath
    • pdh

    • localRelpath

      java.io.File localRelpath
    • opDepth

      long opDepth
    • conflicts

      SVNSkel conflicts
    • workItems

      SVNSkel workItems
  • Constructor Details

    • MakeCopy

      private MakeCopy()
  • Method Details