Class SVNWCUtils
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNWCUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic File
static void
admCleanupTmpArea
(SVNWCContext context, File dirAbsPath) static void
admInitTmpArea
(File dirAbsPath) static String
getPathAsChild
(File parent, File child) static boolean
isAncestor
(File parent, File child) static boolean
static String
static String
static boolean
isRecursiveDepth
(SVNDepth depth) Return a recursion boolean based on @a depth.static SVNURL
static long
static SVNProperties
propDiffs
(SVNProperties targetProps, SVNProperties sourceProps) static SVNDate
readDate
(long date) static int
relpathDepth
(File relpath) static int
relpathDepth
(String relpath) static String
serializeFileExternal
(String path, SVNRevision pegRevision, SVNRevision revision) static File
skipAncestor
(File parent, File child)
-
Constructor Details
-
SVNWCUtils
public SVNWCUtils()
-
-
Method Details
-
isRecursiveDepth
Return a recursion boolean based on @a depth. Although much code has been converted to use depth, some code still takes a recurse boolean. In most cases, it makes sense to treat unknown or infinite depth as recursive, and any other depth as non-recursive (which in turn usually translates to #svn_depth_files). -
admChild
-
admCleanupTmpArea
- Throws:
SVNException
-
admInitTmpArea
- Throws:
SVNException
-
readDate
-
propDiffs
-
relpathDepth
-
relpathDepth
-
unserializeFileExternal
public static SVNWCUtils.UnserializedFileExternalInfo unserializeFileExternal(String str) throws SVNException - Throws:
SVNException
-
serializeFileExternal
public static String serializeFileExternal(String path, SVNRevision pegRevision, SVNRevision revision) throws SVNException - Throws:
SVNException
-
getPathAsChild
-
isChild
-
isChild
-
isAncestor
-
skipAncestor
-
isChild
-
join
- Throws:
SVNException
-
parseLong
- Throws:
SVNException
-