Class FSNodeHistory
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSNodeHistory
-
public class FSNodeHistory extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
checkAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner)
static SVNLocationEntry
findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath)
SVNLocationEntry
getHistoryEntry()
FSNodeHistory
getPreviousHistory(boolean crossCopies)
-
-
-
Constructor Detail
-
FSNodeHistory
public FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner)
-
-
Method Detail
-
getHistoryEntry
public SVNLocationEntry getHistoryEntry()
-
findYoungestCopyroot
public static SVNLocationEntry findYoungestCopyroot(java.io.File reposRootDir, FSParentPath parPath) throws SVNException
- Throws:
SVNException
-
checkAncestryOfPegPath
public static boolean checkAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner) throws SVNException
- Throws:
SVNException
-
getPreviousHistory
public FSNodeHistory getPreviousHistory(boolean crossCopies) throws SVNException
- Throws:
SVNException
-
-