public class SVNReposImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BDB
Filesystem in a Berkeley DB
|
static String |
FSFS
Filesystem in the filesystem
|
| Constructor and Description |
|---|
SVNReposImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelOperation() |
void |
create(File path,
boolean disableFsyncCommit,
boolean keepLog,
File configPath,
String fstype) |
void |
deltify(File path,
Revision start,
Revision end) |
void |
dispose() |
void |
dump(File path,
OutputStream dataOut,
OutputStream errorOut,
Revision start,
Revision end,
boolean incremental,
boolean useDeltas,
ReposNotifyCallback callback) |
void |
dump(File path,
OutputStream dataOut,
Revision start,
Revision end,
boolean incremental,
boolean useDeltas,
ReposNotifyCallback callback) |
void |
freeze(ReposFreezeAction action,
File... paths) |
protected SVNAdminClient |
getAdminClient() |
Version |
getVersion() |
void |
hotcopy(File path,
File targetPath,
boolean cleanLogs) |
void |
hotcopy(File path,
File targetPath,
boolean cleanLogs,
boolean incremental) |
void |
listDBLogs(File path,
ISVNRepos.MessageReceiver receiver) |
void |
listUnusedDBLogs(File path,
ISVNRepos.MessageReceiver receiver) |
void |
load(File path,
InputStream dataInput,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
String relativePath,
ReposNotifyCallback callback) |
void |
load(File path,
InputStream dataInput,
boolean ignoreUUID,
boolean forceUUID,
String relativePath,
ReposNotifyCallback callback) |
void |
load(File path,
InputStream dataInput,
OutputStream messageOutput,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
String relativePath,
ReposNotifyCallback callback) |
void |
load(File path,
InputStream dataInput,
Revision start,
Revision end,
boolean ignoreUUID,
boolean forceUUID,
boolean usePostCommitHook,
boolean usePostCommitHook2,
String relativePath,
ReposNotifyCallback callback) |
Set<Lock> |
lslocks(File path,
Depth depth) |
void |
lstxns(File path,
ISVNRepos.MessageReceiver receiver) |
void |
pack(File path,
ReposNotifyCallback callback) |
long |
recover(File path,
ReposNotifyCallback callback) |
void |
rmlocks(File path,
String[] locks) |
void |
rmtxns(File path,
String[] transactions) |
void |
setRevProp(File path,
Revision rev,
String propName,
String propValue,
boolean usePreRevPropChangeHook,
boolean usePostRevPropChangeHook) |
static void |
throwException(SVNException e,
SVNClientImpl svnClient) |
void |
upgrade(File path,
ReposNotifyCallback callback) |
void |
verify(File path,
OutputStream messageOut,
Revision start,
Revision end,
ReposNotifyCallback callback) |
void |
verify(File path,
Revision start,
Revision end,
ReposNotifyCallback callback) |
public static final String BDB
public static final String FSFS
public void dispose()
public Version getVersion()
protected SVNAdminClient getAdminClient()
public void create(File path, boolean disableFsyncCommit, boolean keepLog, File configPath, String fstype) throws ClientException
ClientExceptionpublic void deltify(File path, Revision start, Revision end) throws ClientException
ClientExceptionpublic void dump(File path, OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic void dump(File path, OutputStream dataOut, OutputStream errorOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic void hotcopy(File path, File targetPath, boolean cleanLogs) throws ClientException
ClientExceptionpublic void listDBLogs(File path, ISVNRepos.MessageReceiver receiver) throws ClientException
ClientExceptionpublic void listUnusedDBLogs(File path, ISVNRepos.MessageReceiver receiver) throws ClientException
ClientExceptionpublic void load(File path, InputStream dataInput, boolean ignoreUUID, boolean forceUUID, String relativePath, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic void load(File path, InputStream dataInput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, String relativePath, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic void load(File path, InputStream dataInput, OutputStream messageOutput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, String relativePath, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic void lstxns(File path, ISVNRepos.MessageReceiver receiver) throws ClientException
ClientExceptionpublic long recover(File path, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic void rmtxns(File path, String[] transactions) throws ClientException
ClientExceptionpublic void setRevProp(File path, Revision rev, String propName, String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) throws SubversionException
SubversionExceptionpublic void verify(File path, Revision start, Revision end, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic void verify(File path, OutputStream messageOut, Revision start, Revision end, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic Set<Lock> lslocks(File path, Depth depth) throws ClientException
ClientExceptionpublic void rmlocks(File path, String[] locks) throws ClientException
ClientExceptionpublic void upgrade(File path, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic void pack(File path, ReposNotifyCallback callback) throws ClientException
ClientExceptionpublic void cancelOperation()
throws ClientException
ClientExceptionpublic static void throwException(SVNException e, SVNClientImpl svnClient) throws ClientException
ClientExceptionpublic void freeze(ReposFreezeAction action, File... paths)
public void load(File path, InputStream dataInput, Revision start, Revision end, boolean ignoreUUID, boolean forceUUID, boolean usePostCommitHook, boolean usePostCommitHook2, String relativePath, ReposNotifyCallback callback)
Copyright © 2025. All rights reserved.