Skip navigation links
SVNKit Home
org.tmatesoft.svn.core.wc2

Class SvnCheckout

    • Method Detail

      • getSource

        public SvnTarget getSource()
        Gets a repository location from where a working copy will be checked out.
        Returns:
        source of repository
      • setSource

        public void setSource(SvnTarget source)
        Sets a repository location from where a working copy will be checked out.
        Parameters:
        source - source of repository
      • isChangesWorkingCopy

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

        public void setTargetWorkingCopyFormat(int targetWorkingCopyFormat)
      • getTargetWorkingCopyFormat

        public int getTargetWorkingCopyFormat()

Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.