Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSRepository
Packages that use FSRepository
-
Uses of FSRepository in org.tmatesoft.svn.cli.svnlook
Fields in org.tmatesoft.svn.cli.svnlook declared as FSRepositoryMethods in org.tmatesoft.svn.cli.svnlook that return FSRepository -
Uses of FSRepository in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSRepositoryModifier and TypeFieldDescriptionprivate FSRepository
FSTranslateReporter.myDelegate
private FSRepository
FSCommitEditor.myRepository
private FSRepository
FSUpdateContext.myRepository
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRepositoryModifier and TypeMethodDescriptionvoid
FSUpdateContext.reset
(FSRepository repository, FSFS owner, long revision, File reportFile, String target, String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFrom, ISVNEditor editor) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRepositoryModifierConstructorDescriptionFSCommitEditor
(String path, String logMessage, String userName, Map<String, String> lockTokens, boolean keepLocks, FSTransactionInfo txn, FSFS owner, FSRepository repository) FSCommitEditor
(String path, Map<String, String> lockTokens, boolean keepLocks, FSTransactionInfo txn, FSFS owner, FSRepository repository, SVNProperties revProps) FSTranslateReporter
(FSRepository delegate) FSUpdateContext
(FSRepository repository, FSFS owner, long revision, File reportFile, String target, String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFromArgs, ISVNEditor editor)