Class SvnUpgrade

All Implemented Interfaces:
ISvnOperationOptionsProvider

public class SvnUpgrade extends SvnOperation<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
  • Field Details

    • targetWorkingCopyFormat

      private int targetWorkingCopyFormat
  • Constructor Details

  • Method Details

    • isChangesWorkingCopy

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

      public void setTargetWorkingCopyFormat(int targetWorkingCopyFormat)
    • getTargetWorkingCopyFormat

      public int getTargetWorkingCopyFormat()