void |
ISVNWCDb.addBaseFile(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum checksum,
SVNProperties davCache,
boolean deleteWorking,
boolean updateActualProps,
SVNProperties actualProps,
boolean keepRecordedInfo,
boolean insertBaseDeleted,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel conflict,
SVNSkel workItems) |
Add or replace a file in the BASE tree.
|
void |
SVNWCDb.addBaseFile(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum checksum,
SVNProperties davCache,
boolean deleteWorking,
boolean updateActualProps,
SVNProperties actualProps,
boolean keepRecordedInfo,
boolean insertBaseDeleted,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel conflict,
SVNSkel workItems) |
|
static void |
SvnWcDbExternals.addExternalFile(SVNWCContext context,
java.io.File localAbsPath,
java.io.File wriAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long targetRevision,
SVNProperties newPristineProperties,
java.util.Map<java.lang.String,SVNProperties> iprops,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
SVNProperties davCache,
java.io.File recordAncestorAbspath,
java.io.File recordedReposRelPath,
long recordedPegRevision,
long recordedRevision,
boolean updateActualProperties,
SVNProperties newActualProperties,
boolean keepRecordedInfo,
SVNSkel conflictSkel,
SVNSkel allWorkItems) |
|
boolean |
ISVNWCDb.checkPristine(java.io.File wcRootAbsPath,
SvnChecksum checksum) |
Check for presence, according to the given mode (on how hard we should
examine things)
|
boolean |
SVNWCDb.checkPristine(java.io.File wcRootAbsPath,
SvnChecksum checksum) |
|
static boolean |
SvnWcDbPristines.checkPristine(SVNWCDbRoot root,
SvnChecksum sha1Checksum) |
|
static void |
SvnWcDbCopy.copyFile(SVNWCDbDir pdh,
java.io.File localRelpath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
SvnChecksum checksum,
boolean updateActualProps,
SVNProperties newActualProps,
SVNSkel conflict,
SVNSkel workItems) |
|
static java.io.File |
SvnWcDbPristines.getPristineFileName(SVNWCDbRoot root,
SvnChecksum sha1Checksum,
boolean createSubdir) |
|
static java.io.File |
SvnWcDbPristines.getPristineFuturePath(SVNWCDbRoot root,
SvnChecksum sha1Checksum) |
|
SvnChecksum |
ISVNWCDb.getPristineMD5(java.io.File wcRootAbsPath,
SvnChecksum sha1Checksum) |
Get the MD-5 checksum of a pristine text identified by its SHA-1 checksum
SHA1_CHECKSUM.
|
SvnChecksum |
SVNWCDb.getPristineMD5(java.io.File wcRootAbsPath,
SvnChecksum sha1Checksum) |
|
java.io.File |
ISVNWCDb.getPristinePath(java.io.File wcRootAbsPath,
SvnChecksum checksum) |
Get the path to the pristine text file identified by SHA1_CHECKSUM.
|
java.io.File |
SVNWCDb.getPristinePath(java.io.File wcRootAbsPath,
SvnChecksum checksum) |
|
static java.io.File |
SvnWcDbPristines.getPristinePath(SVNWCDbRoot root,
SvnChecksum sha1Checksum) |
|
SvnChecksum |
ISVNWCDb.getPristineSHA1(java.io.File wcRootAbsPath,
SvnChecksum md5Checksum) |
Get the SHA-1 checksum of a pristine text identified by its MD-5 checksum
MD5_CHECKSUM.
|
SvnChecksum |
SVNWCDb.getPristineSHA1(java.io.File wcRootAbsPath,
SvnChecksum md5Checksum) |
|
static SvnChecksum |
SvnWcDbPristines.getPristineSHA1(SVNWCDbRoot root,
SvnChecksum md5Checksum) |
|
void |
ISVNWCDb.globalCommit(java.io.File localAbspath,
long newRevision,
long changedRevision,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
java.util.List<java.io.File> newChildren,
SVNProperties newDavCache,
boolean keepChangelist,
boolean noUnlock,
SVNSkel workItems) |
Collapse the WORKING and ACTUAL tree changes down into BASE, called for
each committed node.
|
void |
SVNWCDb.globalCommit(java.io.File localAbspath,
long newRevision,
long changedRevision,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
java.util.List<java.io.File> newChildren,
SVNProperties newDavCache,
boolean keepChangelist,
boolean noUnlock,
SVNSkel workItems) |
|
void |
ISVNWCDb.installPristine(java.io.File tempfileAbspath,
SvnChecksum sha1Checksum,
SvnChecksum md5Checksum) |
Install the file TEMPFILE_ABSPATH (which is sitting in a directory given
by ISVNWCDb.getPristineTempDir(File) ) into the pristine data store, to be
identified by the SHA-1 checksum of its contents, SHA1_CHECKSUM.
|
void |
SVNWCDb.installPristine(java.io.File tempfileAbspath,
SvnChecksum sha1Checksum,
SvnChecksum md5Checksum) |
|
static void |
SvnWcDbPristines.installPristine(SVNWCDbRoot root,
java.io.File tempfileAbspath,
SvnChecksum sha1Checksum,
SvnChecksum md5Checksum) |
|
void |
ISVNWCDb.opCopyFile(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
SvnChecksum checksum,
boolean updateActualProps,
SVNProperties newActualProps,
SVNSkel conflict,
SVNSkel workItems) |
Record a copy at LOCAL_ABSPATH from a repository file.
|
void |
SVNWCDb.opCopyFile(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
SvnChecksum checksum,
boolean updateActualProps,
SVNProperties newActualProps,
SVNSkel conflict,
SVNSkel workItems) |
|
java.io.InputStream |
ISVNWCDb.readPristine(java.io.File wcRootAbsPath,
SvnChecksum checksum) |
Get a readable stream that will yield the pristine text identified by
CHECKSUM (### which should/must be its SHA-1 checksum?).
|
java.io.InputStream |
SVNWCDb.readPristine(java.io.File wcRootAbsPath,
SvnChecksum checksum) |
|
static java.io.InputStream |
SvnWcDbPristines.readPristine(SVNWCDbRoot root,
java.io.File wcRootAbsPath,
SvnChecksum sha1Checksum) |
|
void |
ISVNWCDb.removePristine(java.io.File wcRootAbsPath,
SvnChecksum checksum) |
Remove the pristine text with SHA-1 checksum SHA1_CHECKSUM from the
pristine store, if it is not referenced by any of the (other) WC DB
tables.
|
void |
SVNWCDb.removePristine(java.io.File wcRootAbsPath,
SvnChecksum checksum) |
|
static void |
SvnWcDbPristines.removePristine(SVNWCDbRoot root,
SvnChecksum sha1Checksum) |
|