Class FSNodeHistory
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSNodeHistory
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FSFSprivate SVNLocationEntryprivate booleanprivate SVNLocationEntry -
Constructor Summary
ConstructorsConstructorDescriptionFSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckAncestryOfPegPath(String fsPath, long pegRev, long futureRev, FSFS owner) static SVNLocationEntryfindYoungestCopyroot(File reposRootDir, FSParentPath parPath) getPreviousHistory(boolean crossCopies) private FSNodeHistoryhistoryPrev(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
-