Class SVNAdminUtil
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNAdminUtil
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final byte[]private static final Stringprivate static final Stringprivate static final Stringprivate static final byte[]private static final Stringprivate static final booleanprivate static final Stringprivate static final Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringasString(SVNRevision revision, String path) static voidcreateFormatFile(File adminDir) static voidcreateReadmeFile(File adminDir) static FilecreateTmpFile(SVNAdminArea adminArea) Creates "tempfile[.n].tmp" in admin area's /tmp dirstatic FilecreateTmpFile(SVNAdminArea adminArea, String prefix, String suffix, boolean tmp) static StringgetPropBasePath(String name, SVNNodeKind kind, boolean tmp) static StringgetPropPath(String name, SVNNodeKind kind, boolean tmp) static StringgetPropRevertPath(String name, SVNNodeKind kind, boolean tmp) static StringgetTextBasePath(String name, boolean tmp) static StringgetTextRevertPath(String name, boolean tmp) static intgetVersion(File path) static StringgetWCPropPath(String name, SVNNodeKind kind, boolean tmp) static SVNRevisionstatic Stringstatic voidunserializeExternalFileData(SVNEntry entry, String rawExternalFileData)
-
Field Details
-
FORMAT_TEXT
private static final byte[] FORMAT_TEXT -
README_TEXT
private static final byte[] README_TEXT -
SKIP_README
private static final boolean SKIP_README -
BASE_EXT
- See Also:
-
REVERT_EXT
- See Also:
-
WORK_EXT
- See Also:
-
TEXT_BASE_DIR_NAME
- See Also:
-
PROP_BASE_DIR_NAME
- See Also:
-
PROP_WORK_DIR_NAME
- See Also:
-
PROP_WC_DIR_NAME
- See Also:
-
TMP_DIR_NAME
- See Also:
-
DIR_PROPS_FILE
- See Also:
-
DIR_BASE_PROPS_FILE
- See Also:
-
DIR_REVERT_PROPS_FILE
- See Also:
-
DIR_WC_PROPS_FILE
- See Also:
-
-
Constructor Details
-
SVNAdminUtil
public SVNAdminUtil()
-
-
Method Details
-
createReadmeFile
- Throws:
SVNException
-
createFormatFile
- Throws:
SVNException
-
getTextBasePath
-
getTextRevertPath
-
getPropPath
-
getPropBasePath
-
getPropRevertPath
-
getWCPropPath
-
createTmpFile
Creates "tempfile[.n].tmp" in admin area's /tmp dir- Parameters:
adminArea-- Returns:
- Throws:
SVNException
-
createTmpFile
public static File createTmpFile(SVNAdminArea adminArea, String prefix, String suffix, boolean tmp) throws SVNException - Throws:
SVNException
-
getVersion
- Throws:
SVNException
-
unserializeExternalFileData
public static void unserializeExternalFileData(SVNEntry entry, String rawExternalFileData) throws SVNException - Throws:
SVNException
-
parseRevision
- Throws:
SVNException
-
serializeExternalFileData
- Throws:
SVNException
-
asString
- Throws:
SVNException
-