Class SvnUpgrade

java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<org.tmatesoft.svn.core.internal.wc2.SvnWcGeneration>
org.tmatesoft.svn.core.wc2.SvnUpgrade
All Implemented Interfaces:
ISvnOperationOptionsProvider

public class SvnUpgrade extends SvnOperation<org.tmatesoft.svn.core.internal.wc2.SvnWcGeneration>
Represents operation for upgrading the metadata storage format for a working copy. Target should represent working copy path to be upgraded.

SvnOperation.run() returns SvnWcGeneration of resulting working copy. SvnOperation.run() throws SVNException if the following is true:

Since:
1.7 (SVN 1.7)
Version:
1.7
Author:
TMate Software Ltd.
  • Constructor Details

  • Method Details

    • isChangesWorkingCopy

      public boolean isChangesWorkingCopy()
      Gets whether the operation changes working copy
      Overrides:
      isChangesWorkingCopy in class SvnOperation<org.tmatesoft.svn.core.internal.wc2.SvnWcGeneration>
      Returns:
      true if the operation changes the working copy, otherwise false
    • setTargetWorkingCopyFormat

      public void setTargetWorkingCopyFormat(int targetWorkingCopyFormat)
    • getTargetWorkingCopyFormat

      public int getTargetWorkingCopyFormat()