Class FSNodeHistory
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSNodeHistory
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FSFS
private SVNLocationEntry
private boolean
private SVNLocationEntry
-
Constructor Summary
ConstructorsConstructorDescriptionFSNodeHistory
(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner) -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkAncestryOfPegPath
(String fsPath, long pegRev, long futureRev, FSFS owner) static SVNLocationEntry
findYoungestCopyroot
(File reposRootDir, FSParentPath parPath) getPreviousHistory
(boolean crossCopies) private FSNodeHistory
historyPrev
(boolean crossCopies)
-
Field Details
-
myHistoryEntry
-
mySearchResumeEntry
-
myIsInteresting
private boolean myIsInteresting -
myFSFS
-
-
Constructor Details
-
FSNodeHistory
public FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner)
-
-
Method Details
-
getHistoryEntry
-
findYoungestCopyroot
public static SVNLocationEntry findYoungestCopyroot(File reposRootDir, FSParentPath parPath) throws SVNException - Throws:
SVNException
-
checkAncestryOfPegPath
public static boolean checkAncestryOfPegPath(String fsPath, long pegRev, long futureRev, FSFS owner) throws SVNException - Throws:
SVNException
-
historyPrev
- Throws:
SVNException
-
getPreviousHistory
- Throws:
SVNException
-