Class SvnRepositoryCatImpl

Record Components:
repositoryRoot - a repository root directory path
path - an absolute file path
transactionName - a transaction name
out - an output stream to write contents to
All Implemented Interfaces:
ISVNCanceller, ISVNEventHandler, ISvnOperationRunner<java.lang.Long,SvnRepositoryCat>

public class SvnRepositoryCatImpl extends SvnRepositoryOperationRunner<java.lang.Long,SvnRepositoryCat>
Fetches file contents for the specified target in the given transaction. path must be absolute, that is it must start with '/'. The provided output stream is not closed within this method.