Package | Description |
---|---|
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.checkoutFiles(long revision,
String[] paths,
ISVNFileCheckoutTarget fileCheckoutHandler)
Recursively checks out only files from the repository at
revision invoking
fileCheckoutHandler on every file received. |
Copyright © 2022. All rights reserved.