Class ArcanistSubversionAPI
Interfaces with Subversion working copies.
Tasks
Methods
public addToCommit(array $paths)
| parameters | array | $paths | |
| return | wild | | |
This method is not documented.
protected buildCommitRangeStatus()
This method is not documented.
public buildDiffFuture($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public buildInfoFuture($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
protected buildLocalFuture(array $argv)
| parameters | array | $argv | |
| return | wild | | |
This method is not documented.
protected buildSyntheticAdditionDiff($path, $source, $rev)
| parameters | wild | $path | |
| wild | $source | |
| wild | $rev | |
| return | wild | | |
This method is not documented.
protected buildSyntheticUnchangedDiff($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
protected buildUncommittedStatus()
This method is not documented.
public static escapeFileNameForSVN($file)
| parameters | wild | $file | |
| return | wild | | |
This method is not documented.
public static escapeFileNamesForSVN(array $files)
| parameters | array | $files | |
| return | wild | | |
This method is not documented.
public filterFiles($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getAllFiles()
This method is not documented.
public getBlame($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getBranchName()
This method is not documented.
public getCanonicalRevisionName($string)
| parameters | wild | $string | |
| return | wild | | |
This method is not documented.
public getChangedFiles($since_commit)
| parameters | wild | $since_commit | |
| return | wild | | |
This method is not documented.
public getCurrentFileData($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getFinalizedRevisionMessage()
This method is not documented.
public getLocalCommitInformation()
This method is not documented.
public getMetadataPath()
This method is not documented.
public getOriginalFileData($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getRawDiffText($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getRepositorySVNUUID()
This method is not documented.
public getSVNBaseRevisionNumber()
This method is not documented.
public getSVNBaseRevisions()
This method is not documented.
public getSVNInfo($path)
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
public getSVNProperty($path, $property)
| parameters | wild | $path | |
| wild | $property | |
| return | wild | | |
This method is not documented.
public getSVNStatus($with_externals = false)
| parameters | wild | $with_externals | |
| return | wild | | |
This method is not documented.
public getSourceControlBaseRevision()
This method is not documented.
public getSourceControlPath()
This method is not documented.
public getSourceControlSystemName()
This method is not documented.
public getWorkingCopyRevision()
This method is not documented.
public hasLocalCommit($commit)
| parameters | wild | $commit | |
| return | wild | | |
This method is not documented.
public isHistoryDefaultImmutable()
This method is not documented.
public limitStatusToPaths(array $paths)
| parameters | array | $paths | |
| return | wild | | |
This method is not documented.
public loadWorkingCopyDifferentialRevisions(ConduitClient $conduit, array $query)
| parameters | ConduitClient | $conduit | |
| array | $query | |
| return | wild | | |
This method is not documented.
public overrideSVNBaseRevisionNumber($effective_base_revision)
| parameters | wild | $effective_base_revision | |
| return | wild | | |
This method is not documented.
private parseSVNStatus($item)
| parameters | wild | $item | |
| return | wild | | |
This method is not documented.
public primeSVNDiffResult($path, $result)
| parameters | wild | $path | |
| wild | $result | |
| return | wild | | |
This method is not documented.
public primeSVNInfoResult($path, $result)
| parameters | wild | $path | |
| wild | $result | |
| return | wild | | |
This method is not documented.
public supportsAmend()
This method is not documented.
public supportsCommitRanges()
This method is not documented.
public supportsLocalBranchMerge()
This method is not documented.
public supportsLocalCommits()
This method is not documented.
public updateWorkingCopy()
This method is not documented.