path does not exist under the specified revision, {@link org.tmatesoft.svn.core.SVNNodeKind#NONE SVNNodeKind.NONE} will be returned. The path arg can be both relative to the location of this driver and absolute to the repository root (starts with "/").
@param path an item's path
@param revision a revision number
@return the node kind for the given path at the given revision
@throws SVNException if a failure occured while connecting to a repository or the user's authentication failed (see {@link org.tmatesoft.svn.core.SVNAuthenticationException})
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |