Package | Description |
---|---|
org.tmatesoft.svn.core.internal.util | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.internal.wc2.old | |
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Field and Description |
---|---|
static SVNDate |
SVNDate.NULL |
Modifier and Type | Method and Description |
---|---|
static SVNDate |
SVNDate.fromDate(java.util.Date d) |
static SVNDate |
SVNDate.parseDate(java.lang.String str) |
private static SVNDate |
SVNDate.parseDatestamp(java.lang.String str) |
Modifier and Type | Field and Description |
---|---|
private SVNDate |
SVNEntry.committedDate |
private SVNDate |
SVNEntry.lockCreationDate |
private SVNDate |
SVNEntry.propTime |
private SVNDate |
SVNEntry.textTime |
Modifier and Type | Field and Description |
---|---|
private SVNDate |
SVNUpdateEditor17.DirectoryBaton.changedDate |
private SVNDate |
SVNUpdateEditor17.FileBaton.changedDate |
SVNDate |
SVNUpdateEditor17.AccumulatedChangeInfo.changedDate |
private SVNDate |
SVNRemoteStatusEditor17.DirectoryInfo.ood_changed_date |
private SVNDate |
SVNRemoteStatusEditor17.FileInfo.ood_changed_date |
Modifier and Type | Method and Description |
---|---|
static SVNDate |
SVNWCUtils.readDate(long date) |
Modifier and Type | Method and Description |
---|---|
private SVNUpdateEditor17.MergeFileInfo |
SVNUpdateEditor17.mergeFile(SVNUpdateEditor17.FileBaton fb,
SVNUpdateEditor17.MergeFileInfo mergeFileInfo,
SVNProperties actualProps,
SVNDate lastChangedDate) |
SVNSkel |
SVNWCContext.wqBuildRecordFileinfo(java.io.File localAbspath,
SVNDate setTime) |
Modifier and Type | Field and Description |
---|---|
SVNDate |
SVNWCDb.InsertBase.changedDate |
SVNDate |
SVNWCDb.InsertWorking.changedDate |
SVNDate |
SVNWCDb.Commit.changedDate |
SVNDate |
ISVNWCDb.SVNWCDbInfo.changedDate |
SVNDate |
ISVNWCDb.WCDbBaseInfo.changedDate |
SVNDate |
ISVNWCDb.WCDbInfo.changedDate |
SVNDate |
ISVNWCDb.NodeInstallInfo.changedDate |
private SVNDate |
SvnExternalUpdateEditor.changedDate |
SVNDate |
ISVNWCDb.SVNWCDbLock.date
The date the lock was created
|
SVNDate |
ISVNWCDb.WCDbBaseInfo.lastModTime |
Modifier and Type | Method and Description |
---|---|
static SVNDate |
SvnWcDbStatementUtil.getColumnDate(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCDb.addBaseDirectory(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,
java.util.List<java.io.File> children,
SVNDepth depth,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties actualProps,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseDirectory(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,
java.util.List<java.io.File> children,
SVNDepth depth,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties actualProps,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel workItems)
Add or replace a directory 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) |
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.addBaseSymlink(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,
java.io.File target,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties acutalProps,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseSymlink(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,
java.io.File target,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties acutalProps,
SVNSkel workItems)
Add or replace a symlink in the BASE tree.
|
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) |
static void |
SvnWcDbCopy.copyDir(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,
java.util.List<java.io.File> children,
boolean isMove,
SVNDepth depth,
SVNSkel conflict,
SVNSkel workItems) |
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) |
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.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.opCopyDir(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,
java.util.List<java.io.File> children,
boolean isMove,
SVNDepth depth,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.opCopyDir(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,
java.util.List<java.io.File> children,
boolean isMove,
SVNDepth depth,
SVNSkel conflict,
SVNSkel workItems)
Record a copy at LOCAL_ABSPATH from a repository directory.
|
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
private void |
SvnNgCommit.processCommittedInternal(java.io.File localAbspath,
boolean recurse,
boolean topOfRecurse,
long newRevision,
SVNDate revDate,
java.lang.String revAuthor,
SVNProperties newDavCache,
boolean unlockOnly,
boolean noUnlock,
boolean keepChangelist,
SvnChecksum sha1Checksum,
SvnNgCommit.SvnCommittedQueue queue) |
private void |
SvnNgCommit.processCommittedLeaf(java.io.File localAbspath,
boolean viaRecurse,
long newRevnum,
SVNDate newChangedDate,
java.lang.String newChangedAuthor,
SVNProperties newDavCache,
boolean unlockOnly,
boolean noUnlock,
boolean keepChangelist,
SvnChecksum checksum) |
Modifier and Type | Field and Description |
---|---|
(package private) SVNDate |
SvnOldUpgradeEntries.DbNode.changedDate |
(package private) SVNDate |
SvnOldUpgradeEntries.DbNode.lastModTime |
Modifier and Type | Field and Description |
---|---|
private SVNDate |
SvnStatus.changedDate |
private SVNDate |
SvnInfo.lastChangedDate |
private SVNDate |
SvnStatus.repositoryChangedDate |
Modifier and Type | Method and Description |
---|---|
SVNDate |
SvnStatus.getChangedDate()
Gets the timestamp when the item was last changed (committed).
|
SVNDate |
SvnInfo.getLastChangedDate()
Gets the item's last changed date.
|
SVNDate |
SvnStatus.getRepositoryChangedDate()
Gets the item's last changed date.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnStatus.setChangedDate(SVNDate changedDate)
Sets the timestamp when the item was last changed (committed).
|
void |
SvnInfo.setLastChangedDate(SVNDate lastChangedDate)
Sets the item's last changed date.
|
void |
SvnStatus.setRepositoryChangedDate(SVNDate repositoryChangedDate)
Sets the item's last changed date.
|