Uses of Class
org.tmatesoft.svn.core.wc.SVNBasicClient

Packages that use SVNBasicClient
Package
Description
This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.
  • Uses of SVNBasicClient in org.tmatesoft.svn.core.wc

    Modifier and Type
    Class
    Description
    class 
    The SVNChangelistClient provides API for managing changelists.
    class 
    The SVNCommitClient class provides methods to perform operations that relate to committing changes to an SVN repository.
    class 
    The SVNCopyClient provides methods to perform any kinds of copying and moving that SVN supports - operating on both Working Copies (WC) and URLs.
    class 
    The SVNDiffClient class provides methods allowing to get differences between versioned items ('diff' operation) as well as ones intended for merging file contents.
    class 
    The SVNLogClient class is intended for such purposes as getting revisions history, browsing repository entries and annotating file contents.
    class 
    The SVNMoveClient provides an extra client-side functionality over standard (i.e.
    class 
    The SVNStatusClient class provides methods for obtaining information on the status of Working Copy items.
    class 
    This class provides methods which allow to check out, update, switch and relocate a Working Copy as well as export an unversioned directory or file from a repository.
    class 
    The SVNWCClient class combines a number of version control operations mainly intended for local work with Working Copy items.
    Methods in org.tmatesoft.svn.core.wc with parameters of type SVNBasicClient
    Modifier and Type
    Method
    Description
    protected void
    SVNClientManager.initClientDefaults(SVNBasicClient client)