Class SVNRevision.Kind

java.lang.Object
org.tigris.subversion.svnclientadapter.SVNRevision.Kind
Enclosing class:
SVNRevision

public static final class SVNRevision.Kind extends Object
Various ways of specifying revisions. Various ways of specifying revisions. Note: In contexts where local mods are relevant, the `working' kind refers to the uncommitted "working" revision, which may be modified with respect to its base revision. In other contexts, `working' should behave the same as `committed' or `current'.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    .svn/entries current revision
    static final int
    rev of most recent change
    static final int
    revision given as date
    static final int
    repository youngest
    static final int
    revision given as number
    static final int
    (rev of most recent change) - 1
    static final int
    No revision information given.
    static final int
    current, plus local mods
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • Kind

      public Kind()