Class SVNSyncInfo

java.lang.Object
org.tmatesoft.svn.core.wc.admin.SVNSyncInfo

public class SVNSyncInfo extends Object
SVNSyncInfo represents information on repository synchronization
Since:
1.3
Version:
1.3
  • Field Details

    • mySrcURL

      private String mySrcURL
    • mySourceRepositoryUUID

      private String mySourceRepositoryUUID
    • myLastMergedRevision

      private long myLastMergedRevision
  • Constructor Details

    • SVNSyncInfo

      public SVNSyncInfo(String srcURL, String sourceRepositoryUUID, long lastMergedRevision)
      Creates a new SVNSyncInfo object.
      Parameters:
      srcURL - url of the source repository to synchronize with
      sourceRepositoryUUID - uuid of the source repository
      lastMergedRevision - last source repository revision synchronized with
      Since:
      1.3
  • Method Details

    • getSrcURL

      public String getSrcURL()
      Returns the url of the source repository.
      Returns:
      url of the source repository synchronized with
      Since:
      1.3
    • getSourceRepositoryUUID

      public String getSourceRepositoryUUID()
      Returns the source repository UUID.
      Returns:
      source repository UUID
      Since:
      1.3
    • getLastMergedRevision

      public long getLastMergedRevision()
      Returns the last revision of the source repository synchronized with.
      Returns:
      last merged revision
      Since:
      1.3